/* * This file is automatically generated. * Run 'pnpm run generate:locales' to update. */ import { Faker } from '../faker'; import base from '../locales/base'; /** * The faker instance for the `base` locale. * * The base locale contains data that is shared across all locales such as ISO codes, time zones, and more. */ export const faker = new Faker({ locale: base, });