Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @array-like/copy

npm

npm install @array-like/copy --save

jspm

jspm install npm:@array-like/copy

Usage

Import the library where needed

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

Examples

More examples in the test files.