Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @total-order/lex

npm

npm install @total-order/lex --save

jspm

jspm install npm:@total-order/lex

Usage

Import the library where needed

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

Examples

More examples in the test files.