Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @array-like/fill

npm

npm install @array-like/fill --save

jspm

jspm install npm:@array-like/fill

Usage

Import the library where needed

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

Examples

More examples in the test files.