Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @total-order/key

npm

npm install @total-order/key --save

jspm

jspm install npm:@total-order/key

Usage

Import the library where needed

const {key, len, prop} = await import( '@total-order/key' ) ;
// or
import {key, len, prop} from '@total-order/key' ;

Examples

More examples in the test files.