UNPKG
chinese-baby-names
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
chinese baby names
github.com/zqiangxu/baby-names
zqiangxu/baby-names
chinese-baby-names
/
lib
/
types
/
wuxing
/
constant.d.ts
8 lines
(7 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * 三才五行吉凶表 *
@see
{
@link http://www.360doc.com/document/22/1020/12/68132707_1052459628.shtml
} */
export
declare
const
WUXING_GOODS
:
string
[];
export
declare
const
WUXING_GENERALS
:
string
[];
export
declare
const
WUXING_BADS
:
string
[];