5 lines
90 B
Haxe
5 lines
90 B
Haxe
package node.console;
|
|
|
|
typedef ConsoleConstructor = {
|
|
var prototype : js.html.Console;
|
|
}; |