validate-ts-types
v0.1.1
Published
TS types validation at runtime
Readme
validate-ts-types
A TypeScript library for validating JavaScript objects against TypeScript types at runtime. Currently under active development (as of 13th of June 2024).
Installation
npm install validate-ts-typesDev to-do:
- Add validation of referenced types.
- Find a way to identify circular dependencies.
- Create tests
