address-faker
Version:
address faker
18 lines (15 loc) • 348 B
text/typescript
import { F as Faker } from '../definitions-CYqdYT7g.cjs';
/**
* The faker instance for the `en_IN` locale.
*
* - Language: English (India)
* - Endonym: English (India)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `en_IN`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };