@tsed/common
Version:
A TypeScript Framework on top of Express
15 lines • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Property = void 0;
const tslib_1 = require("tslib");
const schema_1 = require("@tsed/schema");
/**
* @ignore
* @deprecated Since v6. Use @Property() from @tsed/schema
*/
function Property(type) {
return schema_1.Property(type);
}
exports.Property = Property;
tslib_1.__exportStar(require("./propertyFn"), exports);
//# sourceMappingURL=property.js.map