@faker-js/faker
Version:
Generate massive amounts of fake contextual data
18 lines (15 loc) • 321 B
TypeScript
import { F as Faker } from '../airline-BUL6NtOJ.js';
/**
* The faker instance for the `sv` locale.
*
* - Language: Swedish
* - Endonym: Svenska
*
* This instance uses the following locales internally (in descending precedence):
*
* - `sv`
* - `en`
* - `base`
*/
declare const faker: Faker;
export { faker };