fatsify核心功能示例测试!!!
This commit is contained in:
10
node_modules/fastify/lib/noop-set.js
generated
vendored
Normal file
10
node_modules/fastify/lib/noop-set.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = function noopSet () {
|
||||
return {
|
||||
[Symbol.iterator]: function * () {},
|
||||
add () {},
|
||||
delete () {},
|
||||
has () { return true }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user