Documentation
    Preparing search index...

    Type Alias CustomJsonValueMatcher<T>

    CustomJsonValueMatcher: (value: T) => boolean | undefined

    A simple predicate. Returing undefined is the same thing as false.

    Type Parameters

    Type Declaration

      • (value: T): boolean | undefined
      • Parameters

        • value: T

        Returns boolean | undefined