UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

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