UNPKG

@httpland/accept-ranges-parser

Version:
8 lines (7 loc) 300 B
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license. // This module is browser compatible. export var Msg; (function (Msg) { Msg["InvalidSyntax"] = "invalid <Accept-Ranges> syntax."; Msg["InvalidRangeUnit"] = "invalid <range-unit> syntax."; })(Msg || (Msg = {}));