UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

9 lines (6 loc) 194 B
// Imported in both index.test.js & esm.test.mjs async function plugin (fastify, opts) { fastify.decorate('foo', opts.foo) } plugin[Symbol.for('skip-override')] = true export default plugin