Skip to content

Commit

Permalink
Fix .isEnabled TypeScript type
Browse files Browse the repository at this point in the history
Fixes #201
  • Loading branch information
sindresorhus committed Jan 16, 2022
1 parent 63ae480 commit e530b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -35,7 +35,7 @@ declare const screenfull: {
}
```
*/
readonly isEnabled: true;
readonly isEnabled: boolean;

/**
Exposes the raw properties (prefixed if needed) used internally.
Expand Down

0 comments on commit e530b94

Please sign in to comment.