UNPKG

244 BTypeScriptView Raw
1import { CommandOptions } from '../types';
2export declare function addCommand(addValue: string, commandOptions: CommandOptions): Promise<void>;
3export declare function rmCommand(addValue: string, commandOptions: CommandOptions): Promise<void>;