UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

10 lines (6 loc) 192 B
import { FastifyPlugin } from '../../fastify' export interface DummyPluginOptions { foo?: number } declare const DummyPlugin: FastifyPlugin<DummyPluginOptions> export default DummyPlugin