7 lines
182 B
Haxe
7 lines
182 B
Haxe
package js.lib;
|
|
|
|
typedef FunctionConstructor = {
|
|
@:selfCall
|
|
function call(args:haxe.extern.Rest<String>):haxe.Constraints.Function;
|
|
final prototype : haxe.Constraints.Function;
|
|
}; |