newArray method

JsValue newArray()
override

Implementation

JsValue newArray() => WebJsValue(this, js.JsArray.from([]));