@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.WithAuthorization = exports.can = void 0;
var can_1 = require("./decorators/can");
Object.defineProperty(exports, "can", { enumerable: true, get: function () { return can_1.can; } });
var mixin_1 = require("./core/mixin");
Object.defineProperty(exports, "WithAuthorization", { enumerable: true, get: function () { return mixin_1.WithAuthorization; } });
//# sourceMappingURL=index.js.map