StoredPublishKit<T>: {
    publisher: Publisher<T>;
    subscriber: StoredSubscriber<T>;
}

Type Parameters

  • T