UNPKG

@httpland/accept-ranges-parser

Version:
5 lines (4 loc) 223 B
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license. // This module is browser compatible. export { parseAcceptRanges } from "./parse.js"; export { stringifyAcceptRanges } from "./stringify.js";