UNPKG

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