JSVoid typedef
The type of JSUndefined
when returned from functions. Unlike pure JS,
no actual object will be returned.
Implementation
typedef JSVoid = js_types.JSVoid;
The type of JSUndefined
when returned from functions. Unlike pure JS,
no actual object will be returned.
typedef JSVoid = js_types.JSVoid;