/** * 检测当前浏览器是否为 Chrome * * @return {Boolean} true|false */ declare const isChrome: boolean; export default isChrome;