az.d.ts 179 B

12345678
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Azerbaijani locale.
  5. * @language Azerbaijani
  6. * @iso-639-2 aze
  7. */
  8. export declare const az: Locale;