UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 245 B
import type { AllConfig } from '../../../../config/types'; import type { ParseConfigOptions } from './types'; export declare function getCliName(option: ParseConfigOptions): string; export declare function getConfig(input: string[]): AllConfig;