Searched refs:isErrorShaped (Results 1 – 3 of 3) sorted by relevance
21 function isErrorShaped(error) { function32 if (isErrorShaped(error)) {
1 …isErrorShaped(error: any): error is Error {\n return (\n error &&\n typeof error === 'objec…
18 function isErrorShaped(error: any): error is Error {32 if (isErrorShaped(error)) {