10 lines
261 B
TypeScript
10 lines
261 B
TypeScript
import type { Locale } from "./types.js";
|
|
/**
|
|
* @category Locales
|
|
* @summary Western Frisian locale (Netherlands).
|
|
* @language West Frisian
|
|
* @iso-639-2 fry
|
|
* @author Damon Asberg [@damon02](https://github.com/damon02)
|
|
*/
|
|
export declare const fy: Locale;
|