UNPKG

json-string-mapper

Version:

transform json string to key value pair map

8 lines (7 loc) 268 B
export declare class InterpolationConfig { start: string; end: string; static fromArray(markers: [string, string]): InterpolationConfig; constructor(start: string, end: string); } export declare const DEFAULT_INTERPOLATION_CONFIG: InterpolationConfig;