Home Manual Reference Source

Usage

Import the library where needed

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