UNPKG

379 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Chinese Traditional locale.
5 * @language Chinese Traditional
6 * @iso-639-2 zho
7 * @author tonypai [@tpai](https://github.com/tpai)
8 * @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
9 * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
10 */
11export declare const zhTW: Locale;