vi.d.cts 313 B

12345678910
  1. import 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. */
  10. export declare const vi: Locale;