NotUndefined¶
Overview¶
Type NotUndefined¶
Similar to the built-in NotNullable, but just for undefined
@author Jonathan Olson <jonathan.olson@colorado.edu>
T extends undefined ? never : T
Source Code¶
See the source for NotUndefined.ts in the phet-core repository.