Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @total-order/primitive

npm

npm install @total-order/primitive --save

jspm

jspm install npm:@total-order/primitive

Usage

Import the library where needed

const primitive = await import( '@total-order/primitive' ) ;
// or
import * as primitive from '@total-order/primitive' ;

Examples

More examples in the test files.