be.d.cts 304 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Belarusian locale.
  5. * @language Belarusian
  6. * @iso-639-2 bel
  7. * @author Kiryl Anokhin [@alyrik](https://github.com/alyrik)
  8. * @author Martin Wind [@arvigeus](https://github.com/mawi12345)
  9. */
  10. export declare const be: Locale;