rm unused declaration

This commit is contained in:
neil 2023-02-10 12:02:44 +08:00
parent 470ec902d6
commit 09f45744be

View file

@ -2,8 +2,6 @@ import { spawn, exec } from 'child_process';
import { clean } from 'semver';
import { promisify } from 'util';
const child_process = require('child_process');
const execPromise = promisify(exec);
export async function installPackage(full_name: string) {