sq.d.ts 235 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 import type { Locale } from "./types.js"; /** * @category Locales * @summary Albanian locale. * @language Shqip * @iso-639-2 sqi * @author Ardit Dine [@arditdine](https://github.com/arditdine) */ export declare const sq: Locale;