JSNumber typedef

JSNumber = JSNumber

The type of JS numbers, JSNumber <: JSAny.

Implementation

typedef JSNumber = js_types.JSNumber;