window.d.ts 91 B

12345
  1. interface Window {
  2. webkitURL?: typeof URL
  3. mozURL?: typeof URL
  4. ActiveXObject?: any
  5. }