@uppy/core
Version:
Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
12 lines • 340 B
TypeScript
declare const justErrorsLogger: {
debug: () => void;
warn: () => void;
error: (...args: any[]) => void;
};
declare const debugLogger: {
debug: (...args: any[]) => void;
warn: (...args: any[]) => void;
error: (...args: any[]) => void;
};
export { justErrorsLogger, debugLogger };
//# sourceMappingURL=loggers.d.ts.map