Files
est-frame/node_modules/date-fns/locale/en-NZ.d.ts
2025-10-22 05:38:27 +00:00

10 lines
250 B
TypeScript
Executable File

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