import { cmp } from "https://deno.land/std@0.188.0/semver/mod.ts";
Pass in a comparison string, and it'll call the corresponding comparison
function. "==="
and "!=="
do simple string comparison, but are included
for completeness. Throws if an invalid comparison string is provided.