mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
/**
|
|
* Passes its arguments to the current print output handler.
|
|
* By default, this will output them all to the default chat frame.
|
|
*/
|
|
declare function print(...args: any[]): void; |