Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @total-order/iter

npm

npm install @total-order/iter --save

jspm

jspm install npm:@total-order/iter

Usage

Import the library where needed

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

Examples

More examples in the test files.