UNPKG

134 BTypeScriptView Raw
1import { IArgv } from './types';
2export default function runCommand(command: string, platformId: string, argv: IArgv): Promise<void>;