Skip to main content
Module

std/semver/parse_range.ts>parseRange

The Deno Standard Library
Go to Latest
function parseRange
import { parseRange } from "https://deno.land/std@0.223.0/semver/parse_range.ts";

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

Parameters

range: string

The range set string

Returns

A valid semantic range