te.d.cts 242 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Telugu locale
  5. * @language Telugu
  6. * @iso-639-2 tel
  7. * @author Kranthi Lakum [@kranthilakum](https://github.com/kranthilakum)
  8. */
  9. export declare const te: Locale;