Files
nothoughts/node_modules/pixi.js/lib/utils/logging/warn.d.ts
2025-08-04 18:57:35 +02:00

9 lines
256 B
TypeScript

/**
* 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;