aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en_US/location/index.ts
blob: 8ba90b2ed5a2130409dd7583b5c611f7019fe7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { LocationDefinition } from '../../..';
import city_pattern from './city_pattern';
import county from './county';
import postcode_by_state from './postcode_by_state';
import street_name from './street_name';
import street_pattern from './street_pattern';

const location: LocationDefinition = {
  city_pattern,
  county,
  postcode_by_state,
  street_name,
  street_pattern,
};

export default location;