UNPKG

rfc9457

Version:

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

7 lines 157 B
export function extractCause(value) { if (value instanceof Error) { return value; } return undefined; } //# sourceMappingURL=index.js.map