UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

15 lines (14 loc) 278 B
import { createParamDecorator as e } from "@nestjs/common"; const s = e((a, t) => { const r = t.switchToHttp().getRequest(); return Object.assign( { params: {} }, r.crudCtx ); }); export { s as CrudCtx }; //# sourceMappingURL=crud-ctx.decorator.js.map