Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrspeaker/range-incl

Indexed sequence of numbers, range inclusive.
https://github.com/mrspeaker/range-incl

Last synced: 14 days ago
JSON representation

Indexed sequence of numbers, range inclusive.

Awesome Lists containing this project

README

        

# Range

console.log(range(10));
console.log(range(1, 10));
console.log(range(1, 20, 2));