UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 173 B
/** * 判断浏览器是否是 ie * 如果是 ie 则会返回对应 ie 版本 * 如果不是则返回false */ declare function isIE(): false | number; export { isIE };