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.

2 lines (1 loc) 118 B
export declare function Transformer(src: string, destination: string, constantName: string, delimiter: string): void;