Files
node-fastify/node_modules/avvio/test/fixtures/plugin-no-next.js
2025-09-20 22:05:58 +08:00

6 lines
90 B
JavaScript

'use strict'
module.exports = function noNext (app, opts, next) {
// no call to next
}