A collection of helpers functions for working with arrays.
npm install @wessberg/arrayutil
import {flat} from "@wessberg/arrayutil";
// Flat is well-typed.
flat([[[1]], [[2]], [[3]]]); // Returns [1, 2, 3]
Become a backer and get your name, logo, and link to your site listed here. Your help is greatly appreciated!