mt.d.ts 308 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Maltese locale.
  5. * @language Maltese
  6. * @iso-639-2 mlt
  7. * @author Andras Matzon [@amatzon](@link https://github.com/amatzon)
  8. * @author Bryan Borg [@bryanMt](@link https://github.com/bryanMt)
  9. */
  10. export declare const mt: Locale;