UNPKG

264 BTypeScriptView Raw
1import type { Locale } from "./types.js";
2/**
3 * @category Locales
4 * @summary German locale (Austria).
5 * @language German
6 * @iso-639-2 deu
7 * @author Christoph Tobias Stenglein [@cstenglein](https://github.com/cstenglein)
8 */
9export declare const deAT: Locale;