UNPKG

@atproto/ozone

Version:

Backend service for moderating the Bluesky network.

12 lines 311 B
interface Language { code3: string; code2: string; name: string; } export declare const LANGUAGES: Language[]; export declare const LANGUAGES_MAP_CODE3: { [k: string]: Language; }; export declare function code3ToCode2(lang: string): string; export {}; //# sourceMappingURL=language-data.d.ts.map