UNPKG

83 BTypeScriptView Raw
1export declare function isAsyncIterable<T>(value: any): value is AsyncIterable<T>;