Files
workout-cool/src/index.d.ts
2025-06-11 15:23:25 +02:00

7 lines
94 B
TypeScript

// add opera to the user agent
declare global {
interface Navigator {
opera: any;
}
}