sdfsdfs
This commit is contained in:
8
node_modules/pixi.js/lib/utils/logging/warn.d.ts
generated
vendored
Normal file
8
node_modules/pixi.js/lib/utils/logging/warn.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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;
|
Reference in New Issue
Block a user