1
0
Fork 1
mirror of https://example.com synced 2024-11-23 09:16:39 +09:00
firefish/locales/index.d.ts
2019-02-04 01:46:59 +09:00

5 lines
118 B
TypeScript

type Locale = { [key: string]: string };
declare const locales: { [lang: string]: Locale };
export default locales;