SemverRange
Signature
export type SemverRange = SemverVersion | `>=${SemverVersion}` | `^${SemverVersion}` | `~${SemverVersion}`;Private types
SemverVersionTypeAlias
type SemverVersion = `${number}.${number}.${number}${string}`;Members
This export does not declare public properties or methods in the generated declaration file.