UNPKG

date-fns

Version:

Modern JavaScript date utility library

11 lines (10 loc) 263 B
import type { Locale } from "./types.ts"; /** * @category Locales * @summary Hebrew locale. * @language Hebrew * @iso-639-2 heb * @author Nir Lahad [@nirlah](https://github.com/nirlah) */ export declare const he: Locale; //# sourceMappingURL=index.d.ts.map