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

7 lines
235 B
TypeScript

/**
* Prints out the version and renderer information for this running instance of PixiJS.
* @param type - The name of the renderer this instance is using.
* @returns {void}
*/
export declare function sayHello(type: string): void;