UNPKG

jsonkeys

Version:

Transform a JSON file to a javascript object, where the keys are the same and each value is the keys order joined by a specified delimiter.

7 lines (6 loc) 129 B
export interface Config { inputFile: string; destinationFile: string; constantName: string; delimiter: string; }