Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @arithmetic-type/int32

npm

npm install @arithmetic-type/int32 --save

jspm

jspm install npm:@arithmetic-type/int32

Usage

Import the library where needed

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

Examples

More examples in the test files.