/** * 检测当前环境是否为 windows 手机 * * @return {Boolean} true|false */ declare const isWindowsPhone: boolean; export default isWindowsPhone;