Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
graphql
/
jsutils
/
Filename :
isAsyncIterable.d.ts
back
Copy
/** * 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>;