mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 11:50:15 +08:00
Fix tests
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
declare class MobileDetect {
|
||||
|
||||
contructor(userAgent: string, maxPhoneWidth?: number);
|
||||
contructor(userAgent: string, maxPhoneWidth?: number): MobileDetect;
|
||||
|
||||
is(key: string): boolean;
|
||||
match(pattern: string|RegExp): boolean
|
||||
|
||||
Reference in New Issue
Block a user