en-NZ.d.ts 250 B

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