UNPKG

301 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Greek locale.
5 * @language Greek
6 * @iso-639-2 ell
7 * @author Fanis Katsimpas [@fanixk](https://github.com/fanixk)
8 * @author Theodoros Orfanidis [@teoulas](https://github.com/teoulas)
9 */
10export declare const el: Locale;