/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
typings/custom-element-defs.d.ts
7 строк
266 B
Nikita Vorobev
Apply prettier 2 (#19862)
12 мар 2024, 19:39
Не верифицирован
12 мар 2024, 19:39
2ae9b98
Код
Авторство
О чём код?
// This is needed in order for the scope to be retrievable during Karma // unit testing. See http://stackoverflow.com/a/29833832 for more // details. interface HTMLElement { getControllerScope?: () => ng.IScope; getLocalControllerScope?: () => ng.IController; }