UNPKG
@rehooks/local-storage
Version:
latest (2.4.5)
2.4.5
2.4.4
2.4.3
2.4.1
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
1.7.0
1.6.0
1.5.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.0
React hook for local-storage
github.com/rehooks/local-storage
rehooks/local-storage
@rehooks/local-storage
/
lib
/
is-browser.js
7 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isBrowser
=
void
0
;
exports
.
isBrowser
=
function
(
) {
return
typeof
window
!==
'undefined'
&&
typeof
window
.
document
!==
'undefined'
; };
//# sourceMappingURL=is-browser.js.map