UNPKG

jj-fast-utils

Version:
8 lines 228 B
/** * Determine whether it is a web environment. 判断是否是 Web 环境. * * @return {boolean} Result. 结果. */ const isWeb = () => typeof window !== 'undefined'; export default isWeb; //# sourceMappingURL=isWeb.js.map