UNPKG

@eighty4/changelog

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