ckb.d.ts 276 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @type {Locale}
  4. * @category Locales
  5. * @summary Central Kurdish locale.
  6. * @language Central Kurdish
  7. * @iso-639-2 kur
  8. * @author Revan Sarbast [@Revan99]{@link https://github.com/Revan99}
  9. */
  10. export declare const ckb: Locale;