UNPKG

date-fns

Version:

Modern JavaScript date utility library

11 lines (10 loc) 291 B
import type { Locale } from "./types.ts"; /** * @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; //# sourceMappingURL=index.d.ts.map