Buckets:
| import { iterator as Symbol_iterator } from '../symbol/iterator'; | |
| import { isFunction } from './isFunction'; | |
| /** Identifies an input as being an Iterable */ | |
| export function isIterable(input: any): input is Iterable<any> { | |
| return isFunction(input?.[Symbol_iterator]); | |
| } | |
Xet Storage Details
- Size:
- 272 Bytes
- Xet hash:
- 928ef0a2b685d0adf9969907331243883d3cd2e6fb4da262ac528f90b5fd4c66
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.