Type Alias Conditional<T>

Conditional<T>:
    | T
    | null
    | undefined
    | false
    | ""
    | 0

Content which may include falsy value from conditional expression, in which case document block should be skipped.

Type Parameters

  • T