UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

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