UNPKG
itools.js
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
前端开发中常用的工具方法
github.com/shb190802/itools
shb190802/itools
itools.js
/
src
/
tools
/
isBrowser.js
5 lines
•
91 B
JavaScript
View Raw
1
2
3
4
5
/** * 是否是浏览器环境 */
const
isBrowser = !!window
export
default
isBrowser