isMobile.d.ts 69 B

123
  1. declare function isMobile(ua?: string): boolean;
  2. export = isMobile;