+3
@@ -0,0 +1,3 @@
|
||||
import { AutoInstall } from "./types.js";
|
||||
declare function tryInstallPkg(name: string, autoInstall: AutoInstall): Promise<void | undefined>;
|
||||
export { tryInstallPkg };
|
||||
Reference in New Issue
Block a user