Skip to main content
Module

x/fresh/src/dev/deps.ts>semver.toComparators

The next-gen web framework.
Extremely Popular
Go to Latest
function semver.toComparators
Deprecated
Deprecated

(will be removed after 0.200.0) Use comparatorFormat instead

import { semver } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts";
const { toComparators } = semver;

Parameters

range: string | SemVerRange
optional
_options: { includePrerelease: boolean; }