UNPKG

123 BTypeScriptView Raw
1import { CommandOptions } from '../types';
2export declare function command(commandOptions: CommandOptions): Promise<void>;