blob: 00224714b324ca80fe07e3b3a4d21dc7e65d0075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* 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,
});
|