JSVoid typedef

JSVoid = void

JS type equivalent for undefined for interop member return types.

Prefer using void instead of this.

Implementation

// TODO(srujzs): Mark this as deprecated. There are no performance costs from
// using `void`, and we'll likely provide a different way to box `undefined`.
typedef JSVoid = JSVoidRepType;