range
Return a range of integers
Installation
$ component install component/range
API
Exclusive range:
;// => [5,6,7,8,9]
Inclusive range (truthy value):
;;// => [5,6,7,8,9,10]
License
MIT
Return a range of integers
$ component install component/range
Exclusive range:
;// => [5,6,7,8,9]
Inclusive range (truthy value):
;;// => [5,6,7,8,9,10]
MIT
npm i range-component
346
1.0.0
MIT