UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

4 lines 193 B
export function getMatchingStatusCodeRange(code) { return `${code}`.replace(/^(\d)\d\d$/, (_, firstDigit) => `${firstDigit}XX`); } //# sourceMappingURL=get-matching-status-code-range.js.map