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.WithWritable = WithWritable; function WithWritable(Base) { return class extends Base { writable(rule = true) { this.setOption('writable', rule); return this; } }; } //# sourceMappingURL=WithWritable.js.map