🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

flattenarrayes6

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flattenarrayes6

A javascript library that flattens a nested array into a single flat array.

1.3.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

FLATTEN ARRAY

A javascript library that flattens a nested array into a single flat array.

How To Use

  • run npm install flattenarrayes6 to download and install package.
  •  const flat = require('flattenarrayes6');
     const nested_array = [1,[2,3],[5,[6,7],[8,9]]];
     const flattened_array = flat(nested_array);
     console.log(flattened_array);
    

Keywords

flatten

FAQs

Package last updated on 18 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts