README
@codewell/range
Create a range of numbers
Installation
npm install @codewell/range
Basic usage
import range from '@codewell/range';
range(3); // => [0, 1, 2]
Create a range of numbers
<script type="module">
import codewellRange from 'https://cdn.skypack.dev/@codewell/range';
</script>
Create a range of numbers
npm install @codewell/range
import range from '@codewell/range';
range(3); // => [0, 1, 2]