Skip to main content
Module

std/semver/mod.ts>parseRange

The Deno Standard Library
Go to Latest
function parseRange
Re-export
import { parseRange } from "https://deno.land/std@0.223.0/semver/mod.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