Files
wow-wotlk-declarations/declarations/debug.d.ts
wartoshika 2f2666ca52 initial
2018-08-05 11:14:16 +02:00

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;