3 lines
100 B
Haxe
3 lines
100 B
Haxe
package node.util;
|
|
|
|
typedef DebugLoggerFunction = (msg:String, param:haxe.extern.Rest<Any>) -> Void; |