UNPKG

182 BTypeScriptView Raw
1/**
2 * Just an Error object with arbitrary attributes attached to it.
3 */
4export interface ExtendedError extends Error {
5 [key: string]: any;
6}
7//# sourceMappingURL=error.d.ts.map
\No newline at end of file