el.d.cts 301 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Greek locale.
  5. * @language Greek
  6. * @iso-639-2 ell
  7. * @author Fanis Katsimpas [@fanixk](https://github.com/fanixk)
  8. * @author Theodoros Orfanidis [@teoulas](https://github.com/teoulas)
  9. */
  10. export declare const el: Locale;