UNPKG

186 BTypeScriptView Raw
1import { IInitOptions } from './auto-args';
2import { ILogger } from './utils/logger';
3export default function init({ onlyLabels, dryRun }: IInitOptions, logger: ILogger): Promise<void>;