/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/dev-mode-types.d.ts
2 строки
134 B
Kristiyan Kostadinov
perf: allow assertions to be removed in production mode (#20146)
21 авг 2020, 05:14
Не верифицирован
21 авг 2020, 05:14
79e4d28
Код
Авторство
О чём код?
/** Variable replaced at build time that indicates whether the app is in development mode. */ declare const ngDevMode: object | null;