eo.d.cts 195 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Esperanto locale.
  5. * @language Esperanto
  6. * @iso-639-2 epo
  7. * @author date-fns
  8. */
  9. export declare const eo: Locale;