Skip to main content
Module

x/opine/mod.ts>RangeParserOptions

Minimalist web framework for Deno ported from ExpressJS.
Go to Latest
interface RangeParserOptions
import { type RangeParserOptions } from "https://deno.land/x/opine@2.3.3/mod.ts";

Properties

optional
combine: boolean

The "combine" option can be set to true and overlapping & adjacent ranges will be combined into a single range.