@wessberg/arrayutil
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@wessberg/arrayutil

NPM version License-mit

Description

A collection of helpers functions for working with arrays.

Installation

npm install @wessberg/arrayutil

Usage

import {flat} from "@wessberg/arrayutil";

// Flat is well-typed.
flat([[[1]], [[2]], [[3]]]); // Returns [1, 2, 3]

Backers

Become a backer and get your name, logo, and link to your site listed here. Your help is greatly appreciated!

Package Sidebar

Install

npm i @wessberg/arrayutil

Weekly Downloads

6

Version

0.0.4

License

MIT

Unpacked Size

11.8 kB

Total Files

21

Last publish

Collaborators

  • wessberg