astro-ghostcms/.pnpm-store/v3/files/06/c199a3217dbb4632210fd862e5b...

9 lines
257 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { AutoInstall } from './types.js';
import '@antfu/utils';
import '../customisations/defaults.js';
import '@iconify/types';
declare function tryInstallPkg(name: string, autoInstall: AutoInstall): Promise<void | undefined>;
export { tryInstallPkg };