Module

std/semver/types.ts>SemVerRange

Deno standard library
Go to Latest
interface SemVerRange
Deprecated
Deprecated

(will be removed in 0.216.0) Use Range instead.

import { type SemVerRange } from "https://dotland.deno.dev/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.