UNPKG

@martinmilo/verve

Version:

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

8 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextField = void 0; const Field_1 = require("../core/Field"); class TextField extends Field_1.Field { } exports.TextField = TextField; //# sourceMappingURL=TextField.js.map