5 lines
86 B
Haxe
5 lines
86 B
Haxe
package js.lib;
|
|
|
|
typedef SetConstructor = {
|
|
final prototype : js.lib.Set<Dynamic>;
|
|
}; |