mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-19 12:08:57 +00:00
Add missing prop to navigator
This commit is contained in:
4
src/missing-types.d.ts
vendored
4
src/missing-types.d.ts
vendored
@@ -39,3 +39,7 @@ declare var ga: {
|
||||
(...args: any[]): void;
|
||||
q: any[];
|
||||
};
|
||||
|
||||
interface Navigator {
|
||||
readonly standalone: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user