10 lines
263 B
TypeScript
10 lines
263 B
TypeScript
import type { Locale } from "./types.js";
|
|
/**
|
|
* @category Locales
|
|
* @summary Belarusian Classic locale.
|
|
* @language Belarusian Classic
|
|
* @iso-639-2 bel
|
|
* @author Ryhor Nopears [@nopears](https://github.com/nopears)
|
|
*/
|
|
export declare const beTarask: Locale;
|