UNPKG

create-fastify-app

Version:
10 lines (7 loc) 187 B
'use strict' const fp = require('fastify-plugin') module.exports = fp(async function (fastify, opts) { fastify.decorate('someSupport', function () { return 'here support' }) })