source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/symbol/iterator.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 280 bytes |
Line | |
---|---|
1 | export function getSymbolIterator() { |
2 | if (typeof Symbol !== 'function' || !Symbol.iterator) { |
3 | return '@@iterator'; |
4 | } |
5 | return Symbol.iterator; |
6 | } |
7 | export const iterator = getSymbolIterator(); |
8 | export const $$iterator = iterator; |
9 | //# sourceMappingURL=iterator.js.map |
Note:
See TracBrowser
for help on using the repository browser.