UNPKG

itools.js

Version:

前端开发中常用的工具方法

5 lines 91 B
/** * 是否是浏览器环境 */ const isBrowser = !!window export default isBrowser