self-assert
Version:
A small TypeScript library for designing models with built-in validity.
15 lines • 408 B
TypeScript
/**
* @packageDocumentation
* @categoryDescription Rules
* Related to the definition of business rules and their evaluation.
*
* @categoryDescription Draft assistants
* Related to the creation of drafts.
*
*/
export * from "./rule";
export * from "./rule-requirements";
export * from "./draft-assistant";
export * from "./draft-publisher";
export * from "./types";
//# sourceMappingURL=index.d.ts.map