Skip to main content
Go to Latest
function parseRange
import { parseRange } from "https://deno.land/std@0.212.0/semver/parse_range.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