@rxstack/utils

RxStack Utils Component

Usage no npm install needed!

<script type="module">
  import rxstackUtils from 'https://cdn.skypack.dev/@rxstack/utils';
</script>

README

The RxStack Utils

The Utils component is a collection of helpers.

Installation

npm install @rxstack/utils --save

Documentation

Parse range

Parse the given header string where size is the maximum size of the resource.

import {parseRange} from '@rxstack/utils'

parseRange('bytes=0-1023', 10000); 
// output {'start': 0, 'end': 1023, 'chunkSize': 1024}

License

Licensed under the MIT license.