| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > RushConfiguration > getProjectByName
Looks up a project in the projectsByName map. If the project is not found, then undefined is returned.
Signature:
getProjectByName(projectName: string): RushConfigurationProject | undefined;|
Parameter |
Type |
Description |
|---|---|---|
|
projectName |
string |
Returns:
RushConfigurationProject | undefined