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
/
src
/
is-browser.ts
4 lines
(3 loc)
•
116 B
text/typescript
View Raw
1
2
3
4
export
const
isBrowser
= (
) => {
return
typeof
window
!==
'undefined'
&&
typeof
window
.
document
!==
'undefined'
}