UNPKG

quill-image-compress

Version:

A Quill rich text editor Module which compresses images uploaded to the editor

10 lines (9 loc) 310 B
export declare class ConsoleLogger { private debug; private suppressErrorLogging; constructor(debug: boolean, suppressErrorLogging: boolean); prefixString(): string; get log(): (...args: any[]) => void; get error(): (...args: any[]) => void; get warn(): (...args: any[]) => void; }