Files
Camilou.fr/VUEJS/backend/node_modules/elysia/dist/adapter/bun/handler-native.d.ts
T
2026-05-29 21:38:59 +02:00

4 lines
265 B
TypeScript

import type { Context } from '../../context';
import type { AnyLocalHook, MaybePromise } from '../../types';
export declare const createNativeStaticHandler: (handle: unknown, hooks: AnyLocalHook, set?: Context["set"]) => (() => MaybePromise<Response>) | undefined;