datakit
Version:
Simple JavaScript toolkit for data transform across JSON, CSV and YAML.
12 lines (11 loc) • 482 B
TypeScript
export declare const standardCmdInputs: string[];
export declare const standardCmdOutputs: string[];
export declare const standardInputFileHelpDesc = "Can be an input file name (json, csv or yaml) or a hypen to indicate reading JSON data from standard input. Can be omitted if there are no further arguments.";
export declare const standardInputFileHelp: {
name: string;
desc: string;
};
export declare const standardOutputFileHelp: {
name: string;
desc: string;
};