@faker-js/faker
Version:
Generate massive amounts of fake contextual data
19 lines (16 loc) • 364 B
TypeScript
import { F as Faker } from '../airline-BUL6NtOJ.js';
/**
* The faker instance for the `fr_LU` locale.
*
* - Language: French (Luxembourg)
* - Endonym: Français (Luxembourg)
*
* This instance uses the following locales internally (in descending precedence):
*
* - `fr_LU`
* - `fr`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };