da.d.ts 431 B

123456789101112
  1. import 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. */
  12. export declare const da: Locale;