Type alias NonNullable<T>

NonNullable<T>: T & {}

Exclude null and undefined from T

Type Parameters

  • T

Generated using TypeDoc