3 lines
155 B
Haxe
3 lines
155 B
Haxe
package node.repl;
|
|
|
|
typedef REPLEval = (evalCmd:String, context:node.vm.Context, file:String, cb:(err:Null<js.lib.Error>, result:Dynamic) -> Void) -> Void; |