UNPKG

elysia

Version:

Ergonomic Framework for Human

4 lines (3 loc) 181 B
import type { AnyElysia } from '../..'; import type { InternalRoute } from '../../types'; export declare const createBunRouteHandler: (app: AnyElysia, route: InternalRoute) => any;