Dependency-free library for functional programming in TypeScript/JavaScript
To start working with manatki library you should install it from npm with:
$ npm i --save manatki
Notice that manatki is still in development so the API can be roughly changed in the future.
Once you've installed library, you can import tools from it:
import {Option} from 'manatki';
Last updated 7 years ago