A Type library with core ADTs.
npm install @hyper63/typesmA Type library with core ADTs.
* Id
* Either
* Task
* Fn
A clear and basic fp library that works with esm and with no dependencies.
```
yarn add @hyper63/types
` js
import Id from '@hyper63/typesm'
Id.of(1)
.map(x => x + 1)
.extract()
``
* Id
* Either
* Task