UNPKG
google-publisher-tag
Version:
latest (0.1.0)
0.1.0
Type-safe React wrapper for Google Publisher Tag (GPT).
google-publisher-tag
/
dist
/
utils.js
2 lines
(1 loc)
•
61 B
JavaScript
View Raw
1
2
export
const
isClient
= (
) =>
typeof
window
!==
"undefined"
;