Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Generators

Index

Functions

Functions

Const observe

  • observe<T>(f: (notify: (n: T) => void) => void): AsyncIterableIterator<T>
  • Type parameters

    • T

    Parameters

    • f: (notify: (n: T) => void) => void
        • (notify: (n: T) => void): void
        • Parameters

          • notify: (n: T) => void
              • (n: T): void
              • Parameters

                • n: T

                Returns void

          Returns void

    Returns AsyncIterableIterator<T>

Generated using TypeDoc