UNPKG

qw-utils

Version:

qw Utils package

23 lines (22 loc) 371 B
/** * 终端工具类 */ export declare class teminalUtils { constructor(); /** * 判断是否PC设备 */ isPC(): boolean; /** * 判断是否Pad(Tablet)设备 */ isPad(): boolean; /** * 判断是否Phone设备 */ isPhone(): boolean; /** * 判断是否safari浏览器 */ isSafari(): boolean; }