UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

9 lines 326 B
export function isErrorLike(error) { return (error !== null && typeof error === "object" && typeof error.message === "string" && typeof error.name === "string" && (typeof error.stack === "string" || typeof error.stack === "undefined")); } //# sourceMappingURL=isErrorLike.js.map