UNPKG

@martinmilo/verve

Version:

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

5 lines 262 B
type Constructor<T = any> = new (...args: any[]) => T; type Mixin = (base: Constructor) => Constructor; export declare function composeFieldBuilder<TFinal>(base: Constructor, mixins: Mixin[]): Constructor<TFinal>; export {}; //# sourceMappingURL=compose.d.ts.map