ktongue's picture
download
raw
425 Bytes
import '../_version.js';
/**
* @param {string} rangeHeader A Range: header value.
* @return {Object} An object with `start` and `end` properties, reflecting
* the parsed value of the Range: header. If either the `start` or `end` are
* omitted, then `null` will be returned.
*
* @private
*/
declare function parseRangeHeader(rangeHeader: string): {
start?: number;
end?: number;
};
export { parseRangeHeader };

Xet Storage Details

Size:
425 Bytes
·
Xet hash:
a3b7853d0b65b04504ed6ad76b58683454f3698034c0029b01674aed151e4c37

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.