ts-interface-checker icon indicating copy to clipboard operation
ts-interface-checker copied to clipboard

Runtime library to validate data against TypeScript interfaces.

Results 25 ts-interface-checker issues
Sort by recently updated
recently updated
newest added

nothing happening with --ignore-generics, after the compilation "T" is assigned as type of field and in runtime error throwing unknown type T i am using the command like **npm bin/ts-interface-builder...

Thanks for this awesome library! It is very well thought out. It would be great if it could provide support to inject additional logic to validate certain types. For example,...

Where Interfaces are required to start with a capsule letter (forced to I on our side), the variable names shall be lower case. The Linter checks that on our side....

A function which will remove all extraneous keys and return valid type checked object will be handy