/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/private/testing/src/globals.ts
12 строк
358 B
Paul Gschwendtner
build: move private testing helpers outside `platform-browser/testing` (#61472)
20 май 2025, 13:00
20 май 2025, 13:00
3a106a3
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ // Set by the test initialization scripts. export const isBrowser = !!(globalThis as any).isBrowser; export const isNode = !!(globalThis as any).isNode;