1.0.4 • Published 7 years ago

@averagemarcus/range v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Range

Range creates an array containing a range of numbers

Install

$ npm install @averagemarcus/range

Usage

import range from 'range';

console.log(range(1, 10, 1));
//=> `[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]`

Browser support

The latest version of Chrome, Firefox, Edge, and Safari as well as Node.js.

Maintainers

License

MIT

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago