eu.d.ts 250 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Basque locale.
  5. * @language Basque
  6. * @iso-639-2 eus
  7. * @author Jacob Söderblom [@JacobSoderblom](https://github.com/JacobSoderblom)
  8. */
  9. export declare const eu: Locale;