JSVoid typedef

JSVoid = void

The type of JSUndefined when returned from functions. Unlike pure JS, no actual object will be returned.

Implementation

typedef JSVoid = js_types.JSVoid;