MCPcopy Create free account
hub / github.com/MemTensor/MemOS / isPrerelease

Function isPrerelease

packages/memos-core/src/update-check.ts:23–25  ·  view source on GitHub ↗
(v: string)

Source from the content-addressed store, hash-verified

21}
22
23function isPrerelease(v: string): boolean {
24 return semver.prerelease(v) != null;
25}
26
27/**
28 * Fetch registry package doc and compute update state.

Callers 1

computeUpdateCheckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected