UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

9 lines (6 loc) 154 B
'use strict' const fp = require('fastify-plugin') module.exports = fp(function (fastify, opts, done) { fastify.decorate('test', () => {}) done() })