UNPKG
@binance/fingerprint
Version:
latest (1.3.61)
test (1.3.43)
1.3.61
1.3.60
1.3.56
1.3.55
1.3.54
1.3.53
1.3.52
1.3.51
1.3.50
1.3.49
1.3.48
1.3.47
1.3.46
1.3.45
1.3.44
1.3.43
1.3.42
1.3.41
1.3.39
1.3.38
1.3.37
1.3.36
1.3.35
1.3.34
1.3.33
1.3.32
1.3.31
1.3.30
1.3.29
1.3.28
1.3.27
1.3.26
1.3.25
1.3.24
1.3.23
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
0.0.0-dev.e0f3bbe
0.0.0-dev.5fb14d4
binance web fingerprint
@binance/fingerprint
/
dist
/
lib
/
utils
/
is.js
8 lines
(7 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isClient
=
void
0
;
var
isClient =
typeof
window
!==
"undefined"
;
exports
.
isClient
= isClient;