MCPcopy 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
122export function isError(error: unknown): error is NodeJS.ErrnoException {
123 return error instanceof Error;
124}

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected