UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

16 lines (14 loc) 340 B
import { createParameterDecorator } from "./chunk-U74ZPA45.js"; // src/Decorators/PathVariable.ts function PathVariable(name) { return createParameterDecorator((Request, Response, next) => { const parameter = Request.params[name]; return parameter; }); } export { PathVariable }; //# sourceMappingURL=chunk-TZCV2GPB.js.map