diff options
Diffstat (limited to 'together/node_modules/yallist/iterator.js')
-rw-r--r-- | together/node_modules/yallist/iterator.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/together/node_modules/yallist/iterator.js b/together/node_modules/yallist/iterator.js deleted file mode 100644 index d41c97a..0000000 --- a/together/node_modules/yallist/iterator.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict' -module.exports = function (Yallist) { - Yallist.prototype[Symbol.iterator] = function* () { - for (let walker = this.head; walker; walker = walker.next) { - yield walker.value - } - } -} |