hi.d.ts 255 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Hindi locale (India).
  5. * @language Hindi
  6. * @iso-639-2 hin
  7. * @author Mukesh Mandiwal [@mukeshmandiwal](https://github.com/mukeshmandiwal)
  8. */
  9. export declare const hi: Locale;