@martinmilo/verve
Version:
TypeScript domain modeling library with field-level authorization, business rule validation, and context-aware access control
8 lines • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WithContext = exports.Context = void 0;
var Context_1 = require("./core/Context");
Object.defineProperty(exports, "Context", { enumerable: true, get: function () { return Context_1.Context; } });
var mixin_1 = require("./core/mixin");
Object.defineProperty(exports, "WithContext", { enumerable: true, get: function () { return mixin_1.WithContext; } });
//# sourceMappingURL=index.js.map