Files
Camilou.fr/VUEJS/myapp/node_modules/@iconify/utils/lib/loader/install-pkg.d.ts
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

3 lines
166 B
TypeScript

import { AutoInstall } from "./types.js";
declare function tryInstallPkg(name: string, autoInstall: AutoInstall): Promise<void | undefined>;
export { tryInstallPkg };