UNPKG

@faker-js/faker

Version:

Generate massive amounts of fake contextual data

19 lines (16 loc) 358 B
import { F as Faker } from '../airline-BUL6NtOJ.js'; /** * The faker instance for the `nl_BE` locale. * * - Language: Dutch (Belgium) * - Endonym: Nederlands (België) * * This instance uses the following locales internally (in descending precedence): * * - `nl_BE` * - `nl` * - `en` * - `base` */ declare const faker: Faker; export { faker };