manatki

Dependency-free library for functional programming in TypeScript/JavaScript

Getting Started

To start working with manatki library you should install it from npm with:

$ npm i --save manatki

Once you've installed library, you can import tools from it:

import {Option} from 'manatki';

Last updated