Skip to content

Type Alias: NonNullable<T>

NonNullable<T> = T & object

Defined in: node_modules/typescript/lib/lib.es5.d.ts:1635

Exclude null and undefined from T

Type Parameters

Type Parameter
T