Function notUndefined

  • Predicate with type guard that can be inserted into a filter() call to remove undefined values from the array.

    Returns

    True if not undefined.

    Type Parameters

    • T

    Parameters

    • Optional value: Readonly<T>

      Any value.

    Returns value is T

Generated using TypeDoc