Skip to main content
Module

std/semver/mod.ts>minVersion

Deno standard library
Go to Latest
function minVersion
Deprecated
Deprecated

(will be removed after 0.200.0) Use comparatorMin instead

import { minVersion } from "https://deno.land/std@0.200.0/semver/mod.ts";

Parameters

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