UNPKG

@httpland/accept-ranges-parser

Version:
5 lines (4 loc) 192 B
export { parseAcceptRanges } from "./parse.js"; export { stringifyAcceptRanges } from "./stringify.js"; export type { AcceptRanges } from "./types.js"; export { type Token } from "./deps.js";