UNPKG

@amcharts/amcharts4

Version:
9 lines (8 loc) 235 B
/** * Outputs string to console if `verbose` is `true`. */ export declare function log(...messages: Array<any>): void; /** * Outputs a warning to the console. */ export declare function warn(...messages: Array<any>): void;