UNPKG

phonic

Version:

[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2FPhonic-Co%2Fphonic-node) [![npm shield](htt

57 lines (56 loc) 1.37 kB
/** ISO 639-1 language codes supported by the agent */ export declare const LanguageCode: { readonly Ar: "ar"; readonly Az: "az"; readonly Bg: "bg"; readonly Bn: "bn"; readonly Cs: "cs"; readonly Da: "da"; readonly De: "de"; readonly El: "el"; readonly En: "en"; readonly Es: "es"; readonly Fa: "fa"; readonly Fi: "fi"; readonly Fil: "fil"; readonly Fr: "fr"; readonly Gu: "gu"; readonly He: "he"; readonly Hi: "hi"; readonly Hu: "hu"; readonly Id: "id"; readonly It: "it"; readonly Ja: "ja"; readonly Ka: "ka"; readonly Km: "km"; readonly Kn: "kn"; readonly Ko: "ko"; readonly Lt: "lt"; readonly Lv: "lv"; readonly Ml: "ml"; readonly Mr: "mr"; readonly Ms: "ms"; readonly Ne: "ne"; readonly Nl: "nl"; readonly No: "no"; readonly Pa: "pa"; readonly Pl: "pl"; readonly Pt: "pt"; readonly Ro: "ro"; readonly Ru: "ru"; readonly Si: "si"; readonly Sk: "sk"; readonly Sq: "sq"; readonly Sv: "sv"; readonly Sw: "sw"; readonly Ta: "ta"; readonly Te: "te"; readonly Th: "th"; readonly Tr: "tr"; readonly Uk: "uk"; readonly Ur: "ur"; readonly Vi: "vi"; readonly Yue: "yue"; readonly Zh: "zh"; }; export type LanguageCode = (typeof LanguageCode)[keyof typeof LanguageCode];