Allow the user to specify more options. example ```ts console.log([...range(0,5,1, { excludeStart, includeEnd })]); // => [1,2,3,4,5] ```
Allow the user to specify more options.
example