UNPKG

@httptoolkit/subscriptions-transport-ws

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