address-faker
Version:
address faker
19 lines (16 loc) • 364 B
TypeScript
import { F as Faker } from '../definitions-CYqdYT7g.js';
/**
* The faker instance for the `de_CH` locale.
*
* - Language: German (Switzerland)
* - Endonym: Deutsch (Schweiz)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `de_CH`
* - `de`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };