Skip to content

Commit

Permalink
Merge pull request #5 from faisalman/master
Browse files Browse the repository at this point in the history
Add `formFactor` property to `UADataValues`
  • Loading branch information
lukewarlow committed Sep 7, 2023
2 parents f07316b + aeca558 commit 04c39f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface UADataValues {
readonly platform?: string;
readonly architecture?: string;
readonly bitness?: string;
readonly formFactor?: string[];
readonly model?: string;
readonly platformVersion?: string;
/** @deprecated in favour of fullVersionList */
Expand Down

0 comments on commit 04c39f1

Please sign in to comment.