@hyper63/typesm
v1.0.2
Published
A Type library with core ADTs.
Downloads
10
Readme
typesm - functional javascripts types for ESM
A Type library with core ADTs.
- Id
- Either
- Task
- Fn
Why
A clear and basic fp library that works with esm and with no dependencies.
Install
yarn add @hyper63/types
Usage Example
import Id from '@hyper63/typesm'
Id.of(1)
.map(x => x + 1)
.extract()
ADTS
- Id
- Either
- Task