cat.js
cat.js copied to clipboard
Runtime check with Union Type
typescript has awesome type check compile time, but with javascript, it help nothing, so it's better to move to a runtime type checking lib such as union-type
progress:
- [x] Maybe
- [ ] Either
- [ ] Free
- [ ] IO