Type Alias Primitive

Primitive: Primitive_TypeFest | void

Matches any primitive value, also including the pseudo type void.

Primitive from type-fest is missing void, so it can't match the void return value i.e (function () {})()