4 lines
238 B
TypeScript
4 lines
238 B
TypeScript
import type { AppRouteHandlerFn, AppRouteHandlers } from '../module';
|
|
import { type HTTP_METHOD } from '../../../web/http';
|
|
export declare function autoImplementMethods(handlers: AppRouteHandlers): Record<HTTP_METHOD, AppRouteHandlerFn>;
|