/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/angular_devkit/schematics/tools/file-system-engine-host/null-factory.ts
10 строк
259 B
Charles Lyding
test(@angular-devkit/schematics): add explicit return types for isolated declarations
20 янв 2026, 20:36
20 янв 2026, 20:36
7bbcb7f
Код
Авторство
О чём код?
/** * @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 */ export default function () { return (): void => {}; }