nb.d.cts 393 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Norwegian Bokmål locale.
  5. * @language Norwegian Bokmål
  6. * @iso-639-2 nob
  7. * @author Hans-Kristian Koren [@Hanse](https://github.com/Hanse)
  8. * @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb)
  9. * @author Dag Stuan [@dagstuan](https://github.com/dagstuan)
  10. */
  11. export declare const nb: Locale;