.
This commit is contained in:
8
node_modules/rxjs/dist/esm/internal/symbol/iterator.js
generated
vendored
Normal file
8
node_modules/rxjs/dist/esm/internal/symbol/iterator.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export function getSymbolIterator() {
|
||||
if (typeof Symbol !== 'function' || !Symbol.iterator) {
|
||||
return '@@iterator';
|
||||
}
|
||||
return Symbol.iterator;
|
||||
}
|
||||
export const iterator = getSymbolIterator();
|
||||
//# sourceMappingURL=iterator.js.map
|
||||
Reference in New Issue
Block a user