UNPKG

@faker-js/faker

Version:

Generate massive amounts of fake contextual data

18 lines (15 loc) 360 B
import { F as Faker } from '../airline-BUL6NtOJ.cjs'; /** * The faker instance for the `en_US` locale. * * - Language: English (United States) * - Endonym: English (United States) * * This instance uses the following locales internally (in descending precedence): * * - `en_US` * - `en` * - `base` */ declare const faker: Faker; export { faker };