Type representing values that are either null, undefined, or void. Useful for ensuring that only nullish values are allowed in specific contexts.
null
undefined
void
Type representing values that are either
null,undefined, orvoid. Useful for ensuring that only nullish values are allowed in specific contexts.