Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hgoebl/mobile-detect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hgoebl committed Mar 13, 2021
2 parents 8246af4 + 0a9ae49 commit 2e1697b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile-detect.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ declare class MobileDetect {

constructor(userAgent: string, maxPhoneWidth?: number);

mobile(): string;
phone(): string;
tablet(): string;
mobile(): string|null;
phone(): string|null;
tablet(): string|null;

userAgent(): string;
userAgents(): string[];
Expand Down

0 comments on commit 2e1697b

Please sign in to comment.