@relate/types
The Relate type system package, a drop-in replacement for lodash following a monadic pattern.
Installation
$ npm ci
Building
$ npm run build
Testing
$ npm test
Monads
Helpful Resources
We have our own monadic type system which is continuously under development. The aim of this system is to ensure type-safety, reduce complexity of logic and control-flows, improve legibility of code, and improve TypeScripts ability to do type-inference et al.
We currently have the main data types of JS represented
** See the docs for detailed usage **