UNPKG

fastify-cli

Version:

Run a fastify route with one command!

10 lines (7 loc) 243 B
import fastify from 'fastify' declare module 'fastify-cli/helper.js' { module helper { export function build (args: Array<string>, additionalOptions?: Object, serverOptions?: Object): ReturnType<typeof fastify> } export = helper }