@faker-js/faker
Version:
Generate massive amounts of fake contextual data
18 lines (15 loc) • 359 B
TypeScript
import { F as Faker } from '../airline-BUL6NtOJ.js';
/**
* The faker instance for the `zu_ZA` locale.
*
* - Language: Zulu (South Africa)
* - Endonym: isiZulu (Iningizimu Afrika)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `zu_ZA`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };