UNPKG

163 BTypeScriptView Raw
1export declare type InstallCommand = 'yarn' | 'npm';
2/**
3 * 获取可以安装依赖的命令行
4 */
5export default function getInstallCmd(): InstallCommand;