/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.26
modules/utilities/index.ts
9 строк
286 B
Joey Perrott
build: migrate modules to use `@rules_browsers` protractor rules (#62342)
28 июн 2025, 01:27
28 июн 2025, 01:27
059fb06
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ export {openBrowser, verifyNoBrowserErrors} from './e2e_util'; export {runBenchmark} from './perf_util';