UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

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