@tsed/common
Version:
A TypeScript Framework on top of Express
13 lines • 379 B
JavaScript
;
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