UNPKG

431 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary Danish locale.
5 * @language Danish
6 * @iso-639-2 dan
7 * @author Mathias Wøbbe [@MathiasKandelborg](https://github.com/MathiasKandelborg)
8 * @author Anders B. Hansen [@Andersbiha](https://github.com/Andersbiha)
9 * @author [@kgram](https://github.com/kgram)
10 * @author [@stefanbugge](https://github.com/stefanbugge)
11 */
12export declare const da: Locale;