5 lines
67 B
Haxe
5 lines
67 B
Haxe
package js.lib;
|
|
|
|
typedef ArrayLike<T> = {
|
|
final length : Float;
|
|
}; |