se.d.cts 250 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Northern Sámi locale.
  5. * @language Northern Sámi
  6. * @iso-639-2 sme
  7. * @author Audun Rundberg [@audunru](https://github.com/audunru)
  8. */
  9. export declare const se: Locale;