UNPKG

@uppy/companion-client

Version:

Client library for communication with Companion. Intended for use in Uppy plugins.

6 lines 152 B
declare class AuthError extends Error { isAuthError: boolean; constructor(); } export default AuthError; //# sourceMappingURL=AuthError.d.ts.map