UNPKG

@appbuckets/react-ui-core

Version:

Core utilities built for AppBuckets React UI Framework

9 lines (7 loc) 243 B
var hasDocument = typeof document === 'object' && document !== null; var hasWindow = typeof window === 'object' && window !== null && window.self === window; function isBrowser() { return hasDocument && hasWindow; } export { isBrowser };