UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

16 lines (14 loc) 316 B
import { createParameterDecorator } from "./chunk-U74ZPA45.js"; // src/Decorators/RequestParam.ts function RequestParam(key) { return createParameterDecorator((req, res, next) => { const param = req.query[key]; return param; }); } export { RequestParam }; //# sourceMappingURL=chunk-B3PXIRO5.js.map