@rimbu/typical
Version:
Type-level numeric and string operations
13 lines • 656 B
JavaScript
/**
* @packageDocumentation
*
* The `@rimbu/typical` package is a type‑level library that offers numeric and string
* operations on TypeScript literal types, enabling advanced compile‑time constraints
* and computed literal results.<br/>
* Use it primarily in type‑heavy or experimental code to express rules like “only numbers
* greater than N” or “strings containing a pattern”, while being mindful that it relies
* on advanced type system features that may evolve between TypeScript versions.<br/>
* See the package README for motivation, examples, and guidance on production use.
*/
export {};
//# sourceMappingURL=index.mjs.map