@nodearch/express
Version:
nodearch express server
7 lines • 495 B
TypeScript
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