@nova-ts/core
Version:
A serverside framework used to build scalable application
16 lines (14 loc) • 302 B
JavaScript
import {
createParameterDecorator
} from "./chunk-QKQETJDQ.js";
// src/Decorators/RequestBody.ts
function RequestBody() {
return createParameterDecorator((req, res, next) => {
const body = req.body;
return body;
});
}
export {
RequestBody
};
//# sourceMappingURL=chunk-RGRM3XP7.js.map