Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @arithmetic-type/double

npm

npm install @arithmetic-type/double --save

jspm

jspm install npm:@arithmetic-type/double

Usage

const double = await import('@arithmetic-type/double');
// or
import * as double from '@arithmetic-type/double';

Examples

More examples in the test files.