Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / symbol / iterator.js
1 /** PURE_IMPORTS_START  PURE_IMPORTS_END */
2 export function getSymbolIterator() {
3     if (typeof Symbol !== 'function' || !Symbol.iterator) {
4         return '@@iterator';
5     }
6     return Symbol.iterator;
7 }
8 export var iterator = /*@__PURE__*/ getSymbolIterator();
9 export var $$iterator = iterator;
10 //# sourceMappingURL=iterator.js.map