Skip to main content
Module

x/ensure_version/deps.ts>semver.ltr

Simple version ensurer for Deno that check {deno, typescript, v8} version for users of your module and prevent them from incompatibylities error
Go to Latest
function semver.ltr
import { semver } from "https://deno.land/x/ensure_version@1.0.3/deps.ts";
const { ltr } = semver;

Return true if version is less than all the versions possible in the range.

Parameters

version: string | SemVer
range: string | Range
optional
optionsOrLoose: boolean | Options

Returns

boolean