UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

7 lines 303 B
declare class ErrorWithCause extends Error { isNetworkError: boolean; cause: Error['cause']; constructor(message?: ConstructorParameters<ErrorConstructor>[0], options?: ConstructorParameters<ErrorConstructor>[1]); } export default ErrorWithCause; //# sourceMappingURL=ErrorWithCause.d.ts.map