fuc-new/doc/node_modules/@iconify/utils/lib/loader/install-pkg.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

3 lines
166 B
TypeScript

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