/** * @description 判断当前是否是微信浏览器 * @return Boolean * @example * isWeiXin() // true */ declare function isWeiXin(): boolean; export default isWeiXin;