Skip to main content
Module

std/semver/mod.ts>parseRange

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function parseRange
import { parseRange } from "https://deno.land/std@0.211.0/semver/mod.ts";

Parses a range string into a SemVerRange object or throws a TypeError.

Parameters

range: string

The range set string

Returns

A valid semantic range