UNPKG

hono

Version:

Web framework built on Web Standards

6 lines (5 loc) 131 B
export type Auth = (req: Request) => { username: string; password: string; } | undefined; export declare const auth: Auth;