is.d.ts 304 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Icelandic locale.
  5. * @language Icelandic
  6. * @iso-639-2 isl
  7. * @author Derek Blank [@derekblank](https://github.com/derekblank)
  8. * @author Arnór Ýmir [@lamayg](https://github.com/lamayg)
  9. */
  10. export declare const is: Locale;