/** * 检测是否在微信浏览器中 * * @return {Boolean} true|false */ declare const isWechatBrowser: boolean; export default isWechatBrowser;