UNPKG
fortel-ziweidoushu
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
紫微斗數排盤 Zi Wei Dou Shu
github.com/airicyu/fortel-ziweidoushu
airicyu/fortel-ziweidoushu
fortel-ziweidoushu
/
src
/
model
/
star.ts
9 lines
(7 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
interface
Star
{ getType():
string
getKey
():
string
getDisplayName
():
string
equals
(
star: Star
): boolean } export
{ Star }