UNPKG

@darwish/utils-core

Version:

9 lines (8 loc) 191 B
/** * * @returns 判断是否是浏览器环境 */ var isBrowser = !!(typeof window !== 'undefined' && window.document && window.document.createElement); export default isBrowser;