UNPKG

@vladbasin/strong-api-mapping

Version:

Strongly typed API models. Mapping & validation

7 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.body = void 0; const __1 = require(".."); const body = () => (0, __1.defineDecorator)({ source: "body", useKey: false, isKeyCaseSensitive: false, isCustom: false }); exports.body = body; //# sourceMappingURL=body.js.map