• Timestamps each element in an async-iterable sequence using the local system clock.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Returns OperatorAsyncFunction<TSource, Timestamp<TSource>>

    An async-iterable sequence with timestamp information on elements.

Generated using TypeDoc