Skip to main content
Go to Latest
function notRange
import { notRange } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/emver-lite/mod.ts";

This will negate the checker, so given a checker that checks for >= 1.0.0, it will check for < 1.0.0

Parameters

range: string | Checker

Returns

Checker