km.d.cts 245 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Khmer locale (Cambodian).
  5. * @language Khmer
  6. * @iso-639-2 khm
  7. * @author Seanghay Yath [@seanghay](https://github.com/seanghay)
  8. */
  9. export declare const km: Locale;