Type alias SubscriberFunction<T>

SubscriberFunction<T>: ((observer) => (() => void) | void)

Type Parameters

  • T = any

Type declaration

    • (observer): (() => void) | void
    • Parameters

      Returns (() => void) | void

Generated using TypeDoc