UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

9 lines (8 loc) 256 B
/** * Logs a PixiJS warning message to the console. Stops logging after 500 warnings have been logged. * @param args - The warning message(s) to log * @returns {void} * @memberof utils * @ignore */ export declare function warn(...args: any[]): void;