@httpland/accept-ranges-parser
Version:
HTTP Accept-Ranges header field parser
7 lines (6 loc) • 363 B
JavaScript
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
// This module is browser compatible.
export { isString } from "@miyauci/isx/is_string.js";
export { isNotEmpty } from "@miyauci/isx/iterable/is_not_empty.js";
export { isToken, } from "@httpland/http-utils/token.js";
export { parseListFields } from "@httpland/http-utils/list.js";