# tel-area-code
国际长途电话区号。
# 安装
```
npm install tel-area-code
```
# 使用
```
import areaCode from 'tel-area-code'
```
# 类型
```ts
declare const _default: {
short: string;
name: string;
en: string;
code: string;
pinyin: string;
}[];
export default _default;
```