4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
|
declare const lcidCodes: {readonly [localeId: string]: string};
|
||
|
|
||
|
export = lcidCodes;
|