UNPKG
count-helper
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
Time count helper with vanilla Javascript
github.com/EsTharian/count-helper
EsTharian/count-helper
count-helper
/
dist
/
index.js
6 lines
(5 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Counter
=
void
0
;
var
Counter
_1 =
require
(
"./Counter"
);
Object
.
defineProperty
(
exports
,
"Counter"
, {
enumerable
:
true
,
get
:
function
(
) {
return
Counter
_1.
Counter
; } });