UNPKG

@fanoutio/subscriptions-transport-ws-over-http

Version:
7 lines (6 loc) 200 B
import { $$asyncIterator } from 'iterall'; declare type EmptyIterable = AsyncIterator<any> & { [$$asyncIterator]: any; }; export declare const createEmptyIterable: () => EmptyIterable; export {};