UNPKG

date-fns

Version:

Modern JavaScript date utility library

10 lines (9 loc) 251 B
import type { Locale } from "./types.js"; /** * @category Locales * @summary Chinese Traditional locale. * @language Chinese Traditional * @iso-639-2 zho * @author Gary Ip [@gaplo](https://github.com/gaplo) */ export declare const zhHK: Locale;