1.0.0 • Published 8 years ago

zero-filler v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ZeroFill

Zeofill is a array generator that contains only zeros.

Version

0.0.1

Installation

It's really simple:

$ npm install -g zero-filler

Example

Generating an array with 5 zeros:

var zeroFill = require('zeroFill');

console.log(zeroFill(5));
//[0, 0, 0, 0, 0]

License

MIT

This software looks like a joke, so... its Free Yeah!