en-GB.d.ts 245 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary English locale (United Kingdom).
  5. * @language English
  6. * @iso-639-2 eng
  7. * @author Alex [@glintik](https://github.com/glintik)
  8. */
  9. export declare const enGB: Locale;