Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "from/interval"

Index

Interfaces

Functions

Functions

Const fromInterval

  • Returns a Stream of monotonically increasing counter values, emitted at given delay interval and up to the optionally defined max value (default: ∞), after which the stream is closed.

    remarks

    The stream only starts when the first subscriber becomes available.

    Parameters

    Returns Stream<number>

Generated using TypeDoc