Skip to content

stbaer/flatten-2D-point-ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatten-2D-point-ar

deprecated

Deprecated - with browserify I recommend using require('lodash/array/flatten') - this will only include lodash's flatten in the bundle

Simple point array to 1D-array module

Install

$ npm install flatten-point-ar

Usage

flatten = require('flatten-point-ar')

flatten([[1,2], [3,4], [5,6]]) // => [1, 2, 3, 4, 5, 6]

About

Point array to 1D-array module - deprecated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published