0.0.4 • Published 6 years ago

@wessberg/arrayutil v0.0.4

Weekly downloads
28
License
MIT
Repository
github
Last release
6 years ago

@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!