sr-Latn.d.ts 251 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Serbian latin locale.
  5. * @language Serbian
  6. * @iso-639-2 srp
  7. * @author Igor Radivojević [@rogyvoje](https://github.com/rogyvoje)
  8. */
  9. export declare const srLatn: Locale;