UNPKG

date-fns

Version:

Modern JavaScript date utility library

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