jccp_a/vuepress/node_modules/@iconify/utils/lib/loader/install-pkg.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

3 lines
166 B
TypeScript

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