blob: 36711bc1a10e0fa3368bd1c04af9a43a28724ec6 (
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 type { PhoneNumberDefinition } from '../../../..';
import human from './human';
import international from './international';
import national from './national';
const format: PhoneNumberDefinition['format'] = {
human,
international,
national,
};
export default format;
|