UNPKG

autumn-js

Version:
10 lines (7 loc) 262 B
import { AuthResult } from './utils/AuthFunction.js'; declare function autumnHandler(options: { identify: (request: any) => AuthResult; version?: string; secretKey?: string; }): (request: any, reply: any) => Promise<any>; export { autumnHandler };