UNPKG

184 BTypeScriptView Raw
1export { createConfiguration } from './config.js';
2export { install as unstable_installCommand } from './commands/install';
3export declare function cli(args: string[]): Promise<void>;