Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/semver/types.ts>Range

Deno standard library
Go to Latest
type alias Range
import { type Range } from "https://deno.land/std@0.215.0/semver/types.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[][]