Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @functional-abstraction/operator

npm

npm install @functional-abstraction/operator --save

jspm

jspm install npm:@functional-abstraction/operator

Usage

Import the library where needed

const operator = await import( '@functional-abstraction/operator' ) ;
// or
import * as operator from '@functional-abstraction/operator' ;

Examples

More examples in the test files.