zh-HK.d.cts 251 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Chinese Traditional locale.
  5. * @language Chinese Traditional
  6. * @iso-639-2 zho
  7. * @author Gary Ip [@gaplo](https://github.com/gaplo)
  8. */
  9. export declare const zhHK: Locale;