UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 179 B
/** * @module * Handler utility. */ export declare const isMiddleware: (handler: Function) => boolean; export declare const findTargetHandler: (handler: Function) => Function;