mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
rm unused declaration
This commit is contained in:
parent
470ec902d6
commit
09f45744be
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ import { spawn, exec } from 'child_process';
|
||||||
import { clean } from 'semver';
|
import { clean } from 'semver';
|
||||||
import { promisify } from 'util';
|
import { promisify } from 'util';
|
||||||
|
|
||||||
const child_process = require('child_process');
|
|
||||||
|
|
||||||
const execPromise = promisify(exec);
|
const execPromise = promisify(exec);
|
||||||
|
|
||||||
export async function installPackage(full_name: string) {
|
export async function installPackage(full_name: string) {
|
||||||
|
|
Loading…
Reference in a new issue