Matches any primitive value, also including the pseudo type void.
void
Primitive from type-fest is missing void, so it can't match the void return value i.e (function () {})()
(function () {})()
Matches any primitive value, also including the pseudo type
void.Primitive from type-fest is missing
void, so it can't match thevoidreturn value i.e(function () {})()