Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

sergioramos/build-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-array

install

npm install [--save/--save-dev] build-array

api

var buildArray = require('build-array');

buildArray(2); // [undefined, undefined];
buildArray(2, 1); // [1, 1];

license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published