PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@ledgerhq/devices/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';
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!