@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Type Alias SemverString

    SemverString: string

    a semver string is any well typed version string, that does not contain wildcards nor lacks the core version information.

    examples:

    • correct: "1.2.3", "1.2.3-rc1", "1.2.3-0+build-sha256"
    • incorrect: "1", "1.x", "", "x"