UNPKG
@discord-card/core
Version:
latest (4.0.0)
4.0.0
3.2.0
3.1.0
3.0.1
3.0.0
2.1.1
2.1.0
2.0.0
1.3.1
1.3.0
1.2.0
1.1.6-dev.1
1.1.6-dev.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.1
1.0.0
Discord Card core
github.com/discord-card/core
discord-card/core
@discord-card/core
/
typings
/
util
/
timer.d.ts
12 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
Timer
{
name
:
string
;
startTime
:
Date
;
private
lastTime;
constructor
(
name
:
string
);
start
():
this
;
step
():
this
;
step
(
name
?:
string
):
this
;
stop
():
void
;
private
diff; }
//# sourceMappingURL=timer.d.ts.map