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
/
es
/
lib
/
time
/
now.js
3 lines
•
54 B
JavaScript
View Raw
1
2
3
export
default
(
function
(
) {
return
Date
.
now
(); });