UNPKG
@updatedev/js
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.6-beta
0.0.5-beta
0.0.4-beta
0.0.3-beta
0.0.2-beta
Update JavaScript SDK
update.dev
updatedotdev/js
@updatedev/js
/
dist
/
esm
/
utils
/
environment.js
7 lines
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
isBrowser
(
) {
return
typeof
window
!==
"undefined"
&&
typeof
document
!==
"undefined"
; }
export
{ isBrowser };
//# sourceMappingURL=environment.js.map