diff options
Diffstat (limited to 'cli/bench/testdata/npm/hono/dist/compose.d.ts')
-rw-r--r-- | cli/bench/testdata/npm/hono/dist/compose.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/bench/testdata/npm/hono/dist/compose.d.ts b/cli/bench/testdata/npm/hono/dist/compose.d.ts new file mode 100644 index 000000000..495b9bda5 --- /dev/null +++ b/cli/bench/testdata/npm/hono/dist/compose.d.ts @@ -0,0 +1,2 @@ +import type { ErrorHandler, NotFoundHandler } from './hono'; +export declare const compose: <C>(middleware: Function[], onError?: ErrorHandler, onNotFound?: NotFoundHandler) => (context: C, next?: Function) => Promise<C>; |