Module

std/semver/mod.ts>Range

The Deno Standard Library
Latest
type alias Range
import { type Range } from "https://dotland.deno.dev/std@0.224.0/semver/mod.ts";

A type representing a semantic version range. The ranges consist of a nested array, which represents a set of OR comparisons while the inner array represents AND comparisons.

definition: Comparator[][]
import Range
import { Range } from "https://dotland.deno.dev/std@0.224.0/semver/mod.ts";