UNPKG

address-faker

Version:
18 lines (15 loc) 326 B
import { F as Faker } from '../definitions-CYqdYT7g.js'; /** * The faker instance for the `es` locale. * * - Language: Spanish * - Endonym: Español * * This instance uses the following locales internally (in descending precedence): * * - `es` * - `en` * - `base` */ declare const faker: Faker; export { faker };