UNPKG

elysia

Version:

Ergonomic Framework for Human

4 lines (3 loc) 265 B
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;