UNPKG

@faker-js/faker

Version:

Generate massive amounts of fake contextual data

18 lines (15 loc) 323 B
import { F as Faker } from '../airline-BUL6NtOJ.js'; /** * The faker instance for the `he` locale. * * - Language: Hebrew * - Endonym: עברית * * This instance uses the following locales internally (in descending precedence): * * - `he` * - `en` * - `base` */ declare const faker: Faker; export { faker };