DEV Community

TypeScript Data Types - Null, Void, Undefined, Never and Object

John Au-Yeung on January 05, 2020

Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twitter.com/AuMayeung Many more articles at http...
Collapse
 
austinbv profile image
Austin Vance

One thing I have been wondering is there a short cut for object | null | undefined something like object | void would be cool

Collapse
 
aumayeung profile image
John Au-Yeung

void is undefined, so I think it's already been used.