Type alias Nullish<T>

Nullish<T>: T | null | undefined

Makes the type accept null & undefined

Type Parameters

  • T

Generated using TypeDoc