number-array

1.0.0 • Public • Published

number-array Build Status

Generates an array based on a series of numbers

Install

$ npm install --save number-array

Usage

const numberArray = require('number-array');

numberArray(5);
//=> [0, 1, 2, 3, 4]

Readme

Keywords

none

Package Sidebar

Install

npm i number-array

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • maxnowack