UNPKG

@nlabs/lex

Version:
8 lines (7 loc) 290 B
export interface ConfigOptions { readonly cliName?: string; readonly json?: string; readonly quiet?: boolean; } export type ConfigCallback = (status: number) => void; export declare const config: (type: string, cmd: ConfigOptions, callback?: ConfigCallback) => Promise<number>;