nl.d.ts 580 B

1234567891011121314
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Dutch locale.
  5. * @language Dutch
  6. * @iso-639-2 nld
  7. * @author Jorik Tangelder [@jtangelder](https://github.com/jtangelder)
  8. * @author Ruben Stolk [@rubenstolk](https://github.com/rubenstolk)
  9. * @author Lode Vanhove [@bitcrumb](https://github.com/bitcrumb)
  10. * @author Edo Rivai [@edorivai](https://github.com/edorivai)
  11. * @author Niels Keurentjes [@curry684](https://github.com/curry684)
  12. * @author Stefan Vermaas [@stefanvermaas](https://github.com/stefanvermaas)
  13. */
  14. export declare const nl: Locale;