• An iterable transform that resolves true if the provided sequence contains the value. Otherwise false.

    Returns

    The transform that will look for the provided item.

    Type Parameters

    • T

    Parameters

    • entry: T

      The item to look for.

    Returns IterableTransform<T, number>

Generated using TypeDoc