UNPKG

netlify-cli

Version:

Netlify command line tool

4 lines 263 B
import { OptionValues } from 'commander'; import BaseCommand from '../base-command.js'; export declare const functionsInvoke: (nameArgument: string, options: OptionValues, command: BaseCommand) => Promise<undefined>; //# sourceMappingURL=functions-invoke.d.ts.map