UNPKG

jj-fast-utils

Version:
8 lines (7 loc) 190 B
/** * Determine whether the current IOS environment. 判断当前是否是 IOS 环境. * * @return {boolean} Result. 结果. */ declare const isIOS: () => boolean; export default isIOS;