UNPKG

@grnsft/if

Version:

Impact Framework

10 lines (9 loc) 312 B
import { ArgumentConfig, ParseOptions } from 'ts-command-line-args'; import { IfRunArgs } from '../types/process-args'; export declare const CONFIG: { ARGS: ArgumentConfig<IfRunArgs>; HELP: ParseOptions<any>; GITHUB_PATH: string; NATIVE_PLUGIN: string; AGGREGATION_TIME_METRICS: string[]; };