address-faker
Version:
address faker
18 lines (15 loc) • 364 B
TypeScript
import { F as Faker } from '../definitions-CYqdYT7g.js';
/**
* The faker instance for the `af_ZA` locale.
*
* - Language: Afrikaans (South Africa)
* - Endonym: Afrikaans (Suid-Afrika)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `af_ZA`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };