address-faker
Version:
address faker
18 lines (15 loc) • 327 B
TypeScript
import { F as Faker } from '../definitions-CYqdYT7g.js';
/**
* The faker instance for the `ro` locale.
*
* - Language: Romanian
* - Endonym: Română
*
* This instance uses the following locales internally (in descending precedence):
*
* - `ro`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };