/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/assert/amp-globals.d.ts
11 строк
316 B
Ryan Cebulko
♻️ Reorg type defs and remove compiler type stubs (#37240)
18 дек 2021, 00:46
Не верифицирован
18 дек 2021, 00:46
38e5023
Код
Авторство
О чём код?
export {}; declare global { interface Window { // Never exists; used as part of post-compilation checks to verify DCE. __AMP_ASSERTION_CHECK: undefined; // Global error reporting handler; only present in AMP pages. __AMP_REPORT_ERROR?: (this: Window, err: Error, opt_el?: Element) => void; } }