'use strict' module.exports = function noopSet () { return { [Symbol.iterator]: function * () {}, add () {}, delete () {}, has () { return true } } }