MCPcopy 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
345function isAsyncIterable<T>(obj: unknown): obj is AsyncIterable<T> {
346 return typeof (obj as AsyncIterable<T>)[Symbol.asyncIterator] === "function";
347}
348
349export { stdCrypto as crypto };

Callers 1

digestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected