UNPKG
vesta
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
Simplify time measurements
github.com/pustovitDmytro/vesta
pustovitDmytro/vesta
vesta
/
lib
/
counters
/
Counter.js
8 lines
(7 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
class
Counter
{}
exports
.
default
=
Counter
;