MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / isValidVersion

Function isValidVersion

packages/bumpy/src/core/semver.ts:46–48  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

44}
45
46export function isValidVersion(version: string): boolean {
47 return isValid(version);
48}

Callers 1

semver.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…