es.d.ts 519 B

12345678910111213
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Spanish locale.
  5. * @language Spanish
  6. * @iso-639-2 spa
  7. * @author Juan Angosto [@juanangosto](https://github.com/juanangosto)
  8. * @author Guillermo Grau [@guigrpa](https://github.com/guigrpa)
  9. * @author Fernando Agüero [@fjaguero](https://github.com/fjaguero)
  10. * @author Gastón Haro [@harogaston](https://github.com/harogaston)
  11. * @author Yago Carballo [@YagoCarballo](https://github.com/YagoCarballo)
  12. */
  13. export declare const es: Locale;