@mvx/model
Version:
@mvx/model is model for mvc frameworker on server.
18 lines (16 loc) • 801 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./Model"), exports);
tslib_1.__exportStar(require("./Field"), exports);
tslib_1.__exportStar(require("./Entity"), exports);
tslib_1.__exportStar(require("./Key"), exports);
tslib_1.__exportStar(require("./ForeignKey"), exports);
tslib_1.__exportStar(require("./@Index"), exports);
tslib_1.__exportStar(require("./MaxLength"), exports);
tslib_1.__exportStar(require("./MinLenght"), exports);
tslib_1.__exportStar(require("./Required"), exports);
tslib_1.__exportStar(require("./NotMaped"), exports);
tslib_1.__exportStar(require("./Table"), exports);
tslib_1.__exportStar(require("./Column"), exports);
//# sourceMappingURL=../sourcemaps/decorators/index.js.map