forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
9
VApp/node_modules/rxjs/src/internal/symbol/iterator.ts
generated
vendored
Normal file
9
VApp/node_modules/rxjs/src/internal/symbol/iterator.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export function getSymbolIterator(): symbol {
|
||||
if (typeof Symbol !== 'function' || !Symbol.iterator) {
|
||||
return '@@iterator' as any;
|
||||
}
|
||||
|
||||
return Symbol.iterator;
|
||||
}
|
||||
|
||||
export const iterator = getSymbolIterator();
|
||||
Reference in New Issue
Block a user