mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
10 lines
248 B
TypeScript
10 lines
248 B
TypeScript
import type { Locale } from "./types.js";
|
|
/**
|
|
* @category Locales
|
|
* @summary Gujarati locale (India).
|
|
* @language Gujarati
|
|
* @iso-639-2 guj
|
|
* @author Manaday Mavani [@ManadayM](https://github.com/manadaym)
|
|
*/
|
|
export declare const gu: Locale;
|