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

Will take in a range, like >1.2 or <1.2.3.4 or =1.2 or 1.* and return a checker, that has the check function for checking that a version is in the valid

Parameters

range: string | Checker