ca.d.cts 304 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Catalan locale.
  5. * @language Catalan
  6. * @iso-639-2 cat
  7. * @author Guillermo Grau [@guigrpa](https://github.com/guigrpa)
  8. * @author Alex Vizcaino [@avizcaino](https://github.com/avizcaino)
  9. */
  10. export declare const ca: Locale;