Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esmBot/esmBot
/ isError
Function
isError
src/utils/types.ts:122–124 ·
view source on GitHub ↗
(error: unknown)
Source
from the content-addressed store, hash-verified
120
}
121
122
export
function
isError(error: unknown): error is NodeJS.ErrnoException {
123
return
error instanceof Error;
124
}
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected