@kayahr/observable
    Preparing search index...

    Type Alias SubscriberFunction<T>

    SubscriberFunction: (observer: SubscriptionObserver<T>) => TeardownLogic

    The type of the subscriber function passed to the observable constructor.

    Type Parameters

    • T = unknown

    Type Declaration