/
home
/
henzagold
/
oldsite
/
node_modules
/
rxjs
/
src
/
internal
/
util
/
File Upload :
llllll
Current File: //home/henzagold/oldsite/node_modules/rxjs/src/internal/util/isIterable.ts
import { iterator as Symbol_iterator } from '../symbol/iterator'; /** Identifies an input as being an Iterable */ export function isIterable(input: any): input is Iterable<any> { return input && typeof input[Symbol_iterator] === 'function'; }
Copyright ©2k19 -
Hexid
|
Tex7ure