RxStack Utils Component
npm install @rxstack/utils> The Utils component is a collection of helpers.
```
npm install @rxstack/utils --save
`typescript
import {parseRange} from '@rxstack/utils'
parseRange('bytes=0-1023', 10000);
// output {'start': 0, 'end': 1023, 'chunkSize': 1024}
``
Licensed under the MIT license.