Spaces:
Runtime error
Runtime error
File size: 194 Bytes
23ac194 |
1 2 3 4 5 6 7 8 9 |
// 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
|