Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 195 Bytes

File metadata and controls

14 lines (11 loc) · 195 Bytes

@codewell/range

Create a range of numbers

Installation

npm install @codewell/range

Basic usage

import range from '@codewell/range';

range(3); // => [0, 1, 2]