• Records the time interval between consecutive elements in an async-iterable sequence.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Returns OperatorAsyncFunction<TSource, TimeInterval<TSource>>

    An async-iterable sequence with time interval information on elements.

Generated using TypeDoc