Buckets:

imerfanrajabee's picture
download
raw
192 Bytes
import { isFunction } from './isFunction';
export function isAsyncIterable<T>(obj: any): obj is AsyncIterable<T> {
return Symbol.asyncIterator && isFunction(obj?.[Symbol.asyncIterator]);
}

Xet Storage Details

Size:
192 Bytes
·
Xet hash:
b4a667f574cbc19042bb31692db37b503ffa1ae95c2025772abce49234f7187a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.