UNPKG

@martinmilo/verve

Version:

TypeScript domain modeling library with field-level authorization, business rule validation, and context-aware access control

12 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WithReadable = WithReadable; function WithReadable(Base) { return class extends Base { readable(rule = true) { this.setOption('readable', rule); return this; } }; } //# sourceMappingURL=WithReadable.js.map