UNPKG

@faker-js/faker

Version:

Generate massive amounts of fake contextual data

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