UNPKG

269 BTypeScriptView Raw
1import { IInitOptions } from './auto-args';
2import { ILogger } from './utils/logger';
3/** Run the interactive initialization prompt */
4export default function init({ onlyLabels, dryRun }: IInitOptions, logger: ILogger): Promise<void>;
5//# sourceMappingURL=init.d.ts.map
\No newline at end of file