UNPKG
animate-value
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
🏃 animates a numeric value
github.com/duivvv/animate-value
duivvv/animate-value
animate-value
/
cjs
/
lib
/
time
/
now.js
9 lines
(6 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
function
(
) {
return
Date
.
now
(); };
module
.
exports
=
exports
[
"default"
];