Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @array-like/alloc

npm

npm install @array-like/alloc --save

jspm

jspm install npm:@array-like/alloc

Usage

Import the library where needed

const alloc = await import('@array-like/alloc');
// or
import * as alloc from '@array-like/alloc';

Examples

More examples in the test files.