mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Vendored
+1
-1
@@ -8,7 +8,7 @@ declare class MobileDetect {
|
||||
constructor(userAgent: string, maxPhoneWidth?: number);
|
||||
|
||||
is(key: string): boolean;
|
||||
match(pattern: string|RegExp): boolean
|
||||
match(pattern: string|RegExp): boolean;
|
||||
mobile(): string;
|
||||
mobileGrade(): string;
|
||||
os(): string;
|
||||
|
||||
Reference in New Issue
Block a user