UNPKG

@httpland/accept-ranges-parser

Version:
11 lines (10 loc) 414 B
"use strict"; // Copyright 2023-latest the httpland authors. All rights reserved. MIT license. // This module is browser compatible. Object.defineProperty(exports, "__esModule", { value: true }); exports.Msg = void 0; var Msg; (function (Msg) { Msg["InvalidSyntax"] = "invalid <Accept-Ranges> syntax."; Msg["InvalidRangeUnit"] = "invalid <range-unit> syntax."; })(Msg = exports.Msg || (exports.Msg = {}));