Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ isAsyncIterable
Function
isAsyncIterable
crypto/crypto.ts:345–347 ·
view source on GitHub ↗
(obj: unknown)
Source
from the content-addressed store, hash-verified
343
}
344
345
function
isAsyncIterable<T>(obj: unknown): obj is AsyncIterable<T> {
346
return
typeof (obj as AsyncIterable<T>)[Symbol.asyncIterator] ===
"function"
;
347
}
348
349
export
{ stdCrypto as crypto };
Callers
1
digest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected