UNPKG

@fastify/autoload

Version:
10 lines (6 loc) 149 B
'use strict' module.exports = function (f, opts, next) { f.decorate('foo', 'bar') next() } module.exports[Symbol.for('skip-override')] = true