UNPKG

@eighty4/changelog

Version:
4 lines (3 loc) 94 B
export function isSemverVersion(v: string): boolean { return /^v\d+\.\d+\.\d+$/.test(v) }