MCPcopy Create free account
hub / github.com/EndBug/version-check / isPackageObj

Function isPackageObj

src/main.ts:502–504  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

500 version: string
501}
502function isPackageObj(value): value is PackageObj {
503 return !!value && !!value.version
504}
505
506interface PartialCommitResponse {
507 url: string

Callers 1

processDirectoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected