UNPKG

345 BTypeScriptView Raw
1import { WorkspaceSchema } from '../angular';
2/**
3 * Finds the specified project configuration in the workspace. Throws an error if the project
4 * couldn't be found.
5 */
6export declare function getProjectFromWorkspace(workspace: WorkspaceSchema, projectName?: string): import("@angular-devkit/core/src/experimental/workspace").WorkspaceProject;