UNPKG

@nodearch/express

Version:
7 lines 495 B
import { HttpMethod, RouteHandlerParam } from './enums.js'; export declare function httpPathFactory(path: string): ClassDecorator; export declare function httpMethodFactory(httpMethod: HttpMethod, path?: string): MethodDecorator; export declare function handlerParamFactory(paramType: RouteHandlerParam, key?: string): ParameterDecorator; export declare function getPath(path?: string): string; export declare function getRouterPrefix(path: string): string; //# sourceMappingURL=helpers.d.ts.map