UNPKG

313 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Vietnamese locale (Vietnam).
5 * @language Vietnamese
6 * @iso-639-2 vie
7 * @author Thanh Tran [@trongthanh](https://github.com/trongthanh)
8 * @author Leroy Hopson [@lihop](https://github.com/lihop)
9 */
10export declare const vi: Locale;