UNPKG

@phensley/cldr-core

Version:
5 lines (4 loc) 181 B
export declare const stringToObject: (raw: string, d1: string, d2: string) => { [x: string]: string; }; export declare const leftPad: (s: string | number, w: number) => string;