UNPKG

@martinmilo/verve

Version:

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

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