@faker-js/faker
Version:
Generate massive amounts of fake contextual data
19 lines (16 loc) • 359 B
TypeScript
import { F as Faker } from '../airline-BUL6NtOJ.js';
/**
* The faker instance for the `ro_MD` locale.
*
* - Language: Romanian (Moldova)
* - Endonym: Română (Moldova)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `ro_MD`
* - `ro`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };