1.0.4 • Published 6 years ago

@averagemarcus/range v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago