UNPKG

autumn-js

Version:
13 lines (10 loc) 335 B
import { AuthResult } from './utils/AuthFunction.mjs'; declare function autumnHandler(options: { identify: (request: any) => AuthResult; url?: string; secretKey?: string; }): { GET: (request: any, response?: any) => Promise<any>; POST: (request: any, response?: any) => Promise<any>; }; export { autumnHandler };