UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

7 lines (6 loc) 136 B
/** * 判断是否为移动端 * http://detectmobilebrowsers.com/ */ declare const isMobile: () => boolean; export default isMobile;