Get a specific feature by number or name. Matches "001", "001-feature-name", or "feature-name".
The detected project.
Feature ID, number, or name.
The matching feature, or null.
const feature = getFeature(project, "001-auth"); Copy
const feature = getFeature(project, "001-auth");
Get a specific feature by number or name. Matches "001", "001-feature-name", or "feature-name".