Skip to content

Commit 9fffdcf

Browse files
Fix tests
1 parent f6ce2b2 commit 9fffdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile-detect/mobile-detect.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
declare class MobileDetect {
77

8-
contructor(userAgent: string, maxPhoneWidth?: number);
8+
contructor(userAgent: string, maxPhoneWidth?: number): MobileDetect;
99

1010
is(key: string): boolean;
1111
match(pattern: string|RegExp): boolean

0 commit comments

Comments
 (0)