UNPKG

self-assert

Version:

A small TypeScript library for designing models with built-in validity.

9 lines 261 B
export * from "./Assertion"; export * from "./Inquiry"; export * from "./Rule"; export * from "./RuleLabel"; export * from "./RulesBroken"; export * from "./Ruleset"; export * from "./RuleEvaluation"; export * from "./types"; //# sourceMappingURL=index.d.ts.map