flattenarrayes6
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,2 +0,2 @@ | ||
export const flattenArray = (nestedArray) =>{ | ||
const flattenArray = module.exports = (nestedArray) =>{ | ||
let output = []; | ||
@@ -3,0 +3,0 @@ for(val of nestedArray){ |
{ | ||
"name": "flattenarrayes6", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A javascript library that flattens a nested array into a single flat array.", | ||
@@ -5,0 +5,0 @@ "main": "package.js", |
2495