UNPKG

rfc9457

Version:

RFC 9457 Problem Details for HTTP APIs - A standardized error handling package for Node.js

3 lines 157 B
import { HttpError } from "../../core/index.js"; export declare function isHttpError(error: unknown): error is HttpError; //# sourceMappingURL=index.d.ts.map