inital upload
This commit is contained in:
7
node_modules/graphql/jsutils/isAsyncIterable.d.ts
generated
vendored
Normal file
7
node_modules/graphql/jsutils/isAsyncIterable.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Returns true if the provided object implements the AsyncIterator protocol via
|
||||
* implementing a `Symbol.asyncIterator` method.
|
||||
*/
|
||||
export declare function isAsyncIterable(
|
||||
maybeAsyncIterable: any,
|
||||
): maybeAsyncIterable is AsyncIterable<unknown>;
|
||||
Reference in New Issue
Block a user