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
/
src
/
lib
/
time
/
now.js
4 lines
(2 loc)
•
51 B
JavaScript
View Raw
1
2
3
4
// @flow
export
default
()
: number =
> Date.
now
();