Type
Defined
: T extends any ? Pick<T, { [K in keyof T]: T[K] extends undefined ? never : K } [keyof T]> : neverIt removes the properties that are undefined.
It removes the properties that are undefined.
Start
Assets
Game Obj
Components
Input
Events
Info
Math
Rendering
Draw
Debug
Plugins
Miscalenous