import { format } from "https://deno.land/std@0.199.0/semver/format.ts";
Format a SemVer object into a string.
If any number is NaN then NaN will be printed.
If any number is positive or negative infinity then '∞' or '⧞' will be printed instead.