en-CA.d.ts 325 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary English locale (Canada).
  5. * @language English
  6. * @iso-639-2 eng
  7. * @author Mark Owsiak [@markowsiak](https://github.com/markowsiak)
  8. * @author Marco Imperatore [@mimperatore](https://github.com/mimperatore)
  9. */
  10. export declare const enCA: Locale;