UNPKG

309 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Lithuanian locale.
5 * @language Lithuanian
6 * @iso-639-2 lit
7 * @author Pavlo Shpak [@pshpak](https://github.com/pshpak)
8 * @author Eduardo Pardo [@eduardopsll](https://github.com/eduardopsll)
9 */
10export declare const lt: Locale;