JSArray typedef

JSArray = JSArray

The type of all JS arrays, JSArray <: JSObject.

Implementation

typedef JSArray = js_types.JSArray;