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
/
build
/
types
/
utils.d.ts
5 lines
(4 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
declare
const
mod
:
(
a
:
number
,
b
:
number
) =>
number
;
declare
const
intDivide
:
(
a
:
number
,
b
:
number
) =>
number
;
declare
const
str2Uni
:
(
str
:
string
) =>
string
;
export
{ mod, intDivide, str2Uni };