UNPKG

@tsed/common

Version:
13 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Example = void 0; const schema_1 = require("@tsed/schema"); /** * @deprecated Since v6. Use @Example decorator from @tsed/schema instead of. */ function Example(...args) { // @ts-ignore return schema_1.Example(...args); } exports.Example = Example; //# sourceMappingURL=example.js.map