UNPKG
hystrixjs
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0-beta
0.0.4-beta
0.0.3
resilience module for NodeJS applications
bitbucket.org/igor_sechyn/hystrixjs
hystrixjs
/
src
/
util
/
ActualTime.js
5 lines
•
99 B
JavaScript
View Raw
1
2
3
4
5
export
default
class
ActualTime
{
static
getCurrentTime
(
) {
return
Date
.
now
(); } }