UNPKG

@grnsft/if

Version:

Impact Framework

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