th.d.cts 354 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Thai locale.
  5. * @language Thai
  6. * @iso-639-2 tha
  7. * @author Athiwat Hirunworawongkun [@athivvat](https://github.com/athivvat)
  8. * @author [@hawkup](https://github.com/hawkup)
  9. * @author Jirawat I. [@nodtem66](https://github.com/nodtem66)
  10. */
  11. export declare const th: Locale;