UNPKG

li18nt

Version:

Locales linter, formatter, sorter and prettifier

8 lines (7 loc) 240 B
import { CLIOptions } from '@types'; import { Command } from 'commander'; /** * Tries to find a configuration ile and parses it * @param cmd */ export declare const resolveConfiguration: (cmd: Command & CLIOptions) => CLIOptions | null;