UNPKG
redscorpion-utils
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A good JavaScript tools
redscorpion-utils
/
lib
/
dom
/
client.js
1 lines
•
50 B
JavaScript
View Raw
1
export
const
isClient=
typeof
window
!==
'undefined'
;