et.d.ts 244 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Estonian locale.
  5. * @language Estonian
  6. * @iso-639-2 est
  7. * @author Priit Hansen [@HansenPriit](https://github.com/priithansen)
  8. */
  9. export declare const et: Locale;