Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @total-order/date

npm

npm install @total-order/date --save

jspm

jspm install npm:@total-order/date

Usage

Import the library where needed

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

Examples

More examples in the test files.