UNPKG

address-faker

Version:
18 lines (15 loc) 329 B
import { F as Faker } from '../definitions-CYqdYT7g.cjs'; /** * The faker instance for the `sk` locale. * * - Language: Slovak * - Endonym: slovenčina * * This instance uses the following locales internally (in descending precedence): * * - `sk` * - `en` * - `base` */ declare const faker: Faker; export { faker };