UNPKG

@grnsft/if

Version:

Impact Framework

7 lines (6 loc) 222 B
import { ArgumentConfig, ParseOptions } from 'ts-command-line-args'; import { IFDiffArgs } from '../types/process-args'; export declare const CONFIG: { ARGS: ArgumentConfig<IFDiffArgs>; HELP: ParseOptions<any>; };