install-pkg.d.mts 259 B

12345678
  1. import { AutoInstall } from './types.mjs';
  2. import '@antfu/utils';
  3. import '../customisations/defaults.mjs';
  4. import '@iconify/types';
  5. declare function tryInstallPkg(name: string, autoInstall: AutoInstall): Promise<void | undefined>;
  6. export { tryInstallPkg };