UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

8 lines (6 loc) 272 B
'use strict' module.exports.beforeHandlerWarning = function beforeHandlerWarning () { if (beforeHandlerWarning.called) return beforeHandlerWarning.called = true process.emitWarning('The route option `beforeHandler` has been deprecated, use `preHandler` instead') }