• Emits a notification from the source async-iterable only after a particular time span has passed without another source emission.

    Type Parameters

    • TSource

      The type of elements in the source sequence.

    Parameters

    • time: number

      The timeout duration in milliseconds

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An operator function which debounces by the given timeout.

Generated using TypeDoc