Type Alias PartitionArrayPredicate<T, U>

PartitionArrayPredicate: (val: T | U) => val is T

Type Parameters

  • T
  • U

Type declaration

    • (val: T | U): val is T
    • Parameters

      • val: T | U

      Returns val is T