@traversable/schema
    Preparing search index...

    Variable isPredicateConst

    isPredicate: <S, T extends S>(
        got: unknown,
    ) => got is { (): boolean; (x: S): x is T } = ...

    Type declaration

      • <S, T extends S>(got: unknown): got is { (): boolean; (x: S): x is T }
      • Type Parameters

        • S
        • T extends S

        Parameters

        • got: unknown

        Returns got is { (): boolean; (x: S): x is T }