import { Checker } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/emver-lite/mod.ts";
A checker is a function that takes a version and returns true if the version matches the checker. Used when we are doing range checking, like saying ">=1.0.0".check("1.2.3") will be true