4 lines
174 B
TypeScript
4 lines
174 B
TypeScript
import type { Ora } from 'ora';
|
|
declare function runBundleInstall(loader: Ora): Promise<void>;
|
|
export default runBundleInstall;
|
|
//# sourceMappingURL=runBundleInstall.d.ts.map
|