%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/collect.js/dist/methods/ |
Current File : /home/ugotscom/3vfm3/node_modules/collect.js/dist/methods/symbol.iterator.js |
'use strict'; module.exports = function SymbolIterator() { var _this = this; var index = -1; return { next: function next() { index += 1; return { value: _this.items[index], done: index >= _this.items.length }; } }; };