Skip to main content
Module

x/molt/mod.ts>SemVerString

Update dependencies the Deno way
Go to Latest
type alias SemVerString
import { type SemVerString } from "https://deno.land/x/molt@0.11.3/mod.ts";

A string that represents a semver (e.g. v1.0.0.)

definition: Brand<string, "SemVerString">
variable SemVerString
import { SemVerString } from "https://deno.land/x/molt@0.11.3/mod.ts";

type

{ parse(from: string): SemVerString | undefined; isPreRelease(semver: SemVerString): boolean; }