UNPKG

date-fns

Version:

Modern JavaScript date utility library

10 lines (9 loc) 255 B
import type { Locale } from "./types.js"; /** * @category Locales * @summary English locale (South Africa). * @language English * @iso-639-2 eng * @author Shaila Kavrakova [@shaykav](https://github.com/shaykav) */ export declare const enZA: Locale;