Settings

Theme

Not-Me – Easy and Type Safe Validation for TypeScript

github.com

1 points by bartmr 5 years ago · 1 comment

Reader

bartmrOP 5 years ago

Opplane ( https://www.opplane.com/ ), the company that I work for, released a small validation library that serves as boilerplate to build validation schemas, while keeping the strict type safety (no any's or object) as something that "just works", even when extending the library.

It was easier for us to have a small piece of code to maintain, instead of having huge libraries like yup or joi that have everything and even more in them, but always need some kind of work for the type-safety to work correctly.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection