Module

std/semver/outside.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.215.0/semver/outside.ts";

Functions

f
outside
deprecated

Returns true if the version is outside the bounds of the range in either the high or low direction. The hilo argument must be either the string '>' or '<'. (This is the function called by {@link gtr} and {@link ltr}.)