UNPKG

@typespec/ts-http-runtime

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

6 lines 212 B
/** * Typeguard for an error object shape (has name and message) * @param e - Something caught by a catch clause. */ export declare function isError(e: unknown): e is Error; //# sourceMappingURL=error.d.ts.map