12345678910 |
- /**
- * @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
- */
- import { Path, workspaces } from '@angular-devkit/core';
- /** Gets the path of the index file in the given project. */
- export declare function getProjectIndexFiles(project: workspaces.ProjectDefinition): Path[];
|