dashboard
repositories
filestore
activity
search
login
刘文浩
/
gzDyh
forked from
gzzfw/frontEnd/gzDyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
zhangyongtian
2024-09-13
6a4f69b2fb9efa845fdd43c76713067716c3dd8e
[~liuwh/gzDyh.git]
/
gz-wxparty
/
miniprogram_npm
/
@vant
/
weapp
/
count-down
/
utils.d.ts
1
2
3
4
5
6
7
8
9
10
export declare type TimeData = {
days: number;
hours: number;
minutes: number;
seconds: number;
milliseconds: number;
};
export declare function parseTimeData(time: number): TimeData;
export declare function parseFormat(format: string, timeData: TimeData): string;
export declare function isSameSecond(time1: number, time2: number): boolean;