Module

std/semver/mod.ts>Range

Deno standard library
Go to Latest
type alias Range
import { type Range } from "https://dotland.deno.dev/std@0.215.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.215.0/semver/mod.ts";