PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
rxjs
/
src
/
internal
/
symbol
export function getSymbolIterator(): symbol { if (typeof Symbol !== 'function' || !Symbol.iterator) { return '@@iterator' as any; } return Symbol.iterator; } export const iterator = getSymbolIterator(); /** * @deprecated use {@link iterator} instead */ export const $$iterator = iterator;
[-] rxSubscriber.ts
[edit]
[+]
..
[-] observable.ts
[edit]
[-] iterator.ts
[edit]