NotNull¶
Overview¶
Type NotNull¶
Similar to the built-in NotNullable, but just for null
@author Jonathan Olson <jonathan.olson@colorado.edu>
T extends null ? never : T
Source Code¶
See the source for NotNull.ts in the phet-core repository.
Join our Matrix/Slack or check out the GitHub Discussions
Similar to the built-in NotNullable, but just for null
@author Jonathan Olson <jonathan.olson@colorado.edu>
T extends null ? never : T
See the source for NotNull.ts in the phet-core repository.