Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @functional-abstraction/type

npm

npm install @functional-abstraction/type --save

jspm

jspm install npm:@functional-abstraction/type

Usage

Import the library where needed

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

Examples

More examples in the test files.