fr.d.cts 289 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary French locale.
  5. * @language French
  6. * @iso-639-2 fra
  7. * @author Jean Dupouy [@izeau](https://github.com/izeau)
  8. * @author François B [@fbonzon](https://github.com/fbonzon)
  9. */
  10. export declare const fr: Locale;