UNPKG
@exchanges/binance
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
Exchange provider for Binance API
@exchanges/binance
/
build
/
utils
/
getClientTime.js
8 lines
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getClientTime
=
void
0
;
function
getClientTime
(
) {
return
Date
.
now
(); }
exports
.
getClientTime
= getClientTime;
//# sourceMappingURL=getClientTime.js.map