Prelude API
    Preparing search index...

    Type Alias Guard<T, U>

    Guard: (a: T) => a is U

    Type Parameters

    • T
    • U extends T

    Type Declaration

      • (a: T): a is U
      • Parameters

        • a: T

        Returns a is U