UNPKG

@vladbasin/strong-api-mapping

Version:

Strongly typed API models. Mapping & validation

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