mirror of
https://github.com/Snouzy/workout-cool.git
synced 2026-05-19 14:40:35 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
// add opera to the user agent
|
|
declare global {
|
|
interface Navigator {
|
|
opera: any;
|
|
}
|
|
}
|