index.d.ts 94 B

123456
  1. // add opera to the user agent
  2. declare global {
  3. interface Navigator {
  4. opera: any;
  5. }
  6. }