UNPKG

jj-fast-utils

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