| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > PackageNameParser > getScope
The parsed NPM scope, or an empty string if there was no scope. The scope value will always include the at-sign.
Signature:
getScope(packageName: string): string;|
Parameter |
Type |
Description |
|---|---|---|
|
packageName |
string |
Returns:
string
For example, if the parsed input was "<></>@<></>scope/example", then scope would be "<></>@<></>scope".