@faker-js/faker
Version:
Generate massive amounts of fake contextual data
17 lines (14 loc) • 312 B
text/typescript
import { F as Faker } from '../airline-BUL6NtOJ.cjs';
/**
* The faker instance for the `en` locale.
*
* - Language: English
* - Endonym: English
*
* This instance uses the following locales internally (in descending precedence):
*
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };