Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tel-area-code

sutras83ISC1.1.0TypeScript support: included

国际长途电话区号

area code, 区号, 电话

readme

tel-area-code

国际长途电话区号。

安装

npm install tel-area-code

使用

import areaCode from 'tel-area-code'

类型

declare const _default: {
  short: string;
  name: string;
  en: string;
  code: string;
  pinyin: string;
}[];
export default _default;