aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/src/internal/symbol/iterator.ts
blob: 75098ef48973e2bae9082d0a8a6e4f9b9ffdeb0d (plain) (blame)
1
2
3
4
5
6
7
8
9
export function getSymbolIterator(): symbol {
  if (typeof Symbol !== 'function' || !Symbol.iterator) {
    return '@@iterator' as any;
  }

  return Symbol.iterator;
}

export const iterator = getSymbolIterator();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage