Initial Save
This commit is contained in:
6
node_modules/subscriptions-transport-ws/dist/utils/empty-iterable.d.ts
generated
vendored
Normal file
6
node_modules/subscriptions-transport-ws/dist/utils/empty-iterable.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { $$asyncIterator } from 'iterall';
|
||||
declare type EmptyIterable = AsyncIterator<any> & {
|
||||
[$$asyncIterator]: any;
|
||||
};
|
||||
export declare const createEmptyIterable: () => EmptyIterable;
|
||||
export {};
|
||||
Reference in New Issue
Block a user