UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

9 lines (8 loc) 207 B
'use strict' module.exports = function (Yallist) { Yallist.prototype[Symbol.iterator] = function* () { for (let walker = this.head; walker; walker = walker.next) { yield walker.value } } }