Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IParsedPackageName > scope

IParsedPackageName.scope property

The parsed NPM scope, or an empty string if there was no scope. The scope value will always include the at-sign.

Signature:

scope: string;

Remarks

For example, if the parsed input was "@scope/example", then scope would be "@scope".