@faker-js/faker
Version:
Generate massive amounts of fake contextual data
19 lines (16 loc) • 361 B
text/typescript
import { F as Faker } from '../airline-BUL6NtOJ.cjs';
/**
* The faker instance for the `de_AT` locale.
*
* - Language: German (Austria)
* - Endonym: Deutsch (Österreich)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `de_AT`
* - `de`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };