Deprecated
(will be removed after 0.200.0) Use parse()
or tryParse()
instead
A compatibility function which checks that a string is a valid semver
import { valid } from "https://deno.land/std@0.195.0/semver/mod.ts";
Parameters
value: string | SemVer | null
A string which may or may not contain a valid SemVer