UNPKG
pycn
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.0
[![npm][npm]][npm-url] ![GitHub][license]
github.com/caijf/pycn
caijf/pycn
pycn
/
cjs
/
py-province-city.d.ts
17 lines
(16 loc)
•
303 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
declare
const
pyProvinceCity
: ({
adcode
:
string
;
name
:
string
;
py
:
string
;
districts
: {
adcode
:
string
;
name
:
string
;
py
:
string
; }[]; } | {
adcode
:
string
;
name
:
string
;
py
:
string
;
districts
?:
undefined
; })[];
export
default
pyProvinceCity;