Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 989 Bytes

File metadata and controls

58 lines (31 loc) · 989 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfiguration > getProjectByName

RushConfiguration.getProjectByName() method

Looks up a project in the projectsByName map. If the project is not found, then undefined is returned.

Signature:

getProjectByName(projectName: string): RushConfigurationProject | undefined;

Parameters

Parameter

Type

Description

projectName

string

Returns:

RushConfigurationProject | undefined