Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
502
function
isPackageObj(value): value is PackageObj {
503
return
!!value && !!value.version
504
}
505
506
interface
PartialCommitResponse {
507
url: string
Callers
1
processDirectory
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected