function eqimport { eq } from "https://dotland.deno.dev/std@0.181.0/semver/mod.ts"; eq(v1: string | SemVer,v2: string | SemVer,options?: Options,): booleanThis is true if they're logically equivalent, even if they're not the exact same string. Parametersv1: string | SemVerv2: string | SemVeroptionaloptions: OptionsReturnsboolean