Skip to content

Commit

Permalink
Correct type for formFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Sep 7, 2023
1 parent ad5612a commit 9fe4b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface UADataValues {
readonly platform?: string;
readonly architecture?: string;
readonly bitness?: string;
readonly formFactor?: string[];
readonly formFactor?: string;
readonly model?: string;
readonly platformVersion?: string;
/** @deprecated in favour of fullVersionList */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "user-agent-data-types",
"version": "0.4.0",
"version": "0.4.1",
"description": "Type definition for navigator.userAgentData",
"keywords": [
"user-agent",
Expand Down

0 comments on commit 9fe4b63

Please sign in to comment.