UNPKG

jj-fast-utils

Version:
8 lines (7 loc) 180 B
/** * Determine whether it is a web environment. 判断是否是 Web 环境. * * @return {boolean} Result. 结果. */ declare const isWeb: () => boolean; export default isWeb;