be-tarask.d.ts 263 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Belarusian Classic locale.
  5. * @language Belarusian Classic
  6. * @iso-639-2 bel
  7. * @author Ryhor Nopears [@nopears](https://github.com/nopears)
  8. */
  9. export declare const beTarask: Locale;