/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
typings/custom-window-defs.d.ts
18 строк
551 B
ateeksh22
Fix: #16735 Removed all declare global usage from non global files (#26376)
08 июл 2026, 21:08
Не верифицирован
08 июл 2026, 21:08
95fa096
Код
Авторство
О чём код?
// Any property defined on window needs to be added here if is not // present on the type of window. interface Window { HTMLElement: HTMLElement; __fixtures__: KarmaFixtures; decodeURIComponent: (encodedURIComponent: string) => string; encodeURIComponent: (decodedURIComponent: string) => string; logClick: (clickDetails: { position: {x: number; y: number}; timeInMilliseconds: number; }) => void; gtag: Function; Base64Binary: Base64Binary; dataLayer: object[]; Guppy: Guppy; webkitAudioContext: typeof AudioContext; }