| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IParsedPackageName
A package name that has been separated into its scope and unscoped name.
Signature:
export interface IParsedPackageName |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
The parsed NPM scope, or an empty string if there was no scope. The scope value will always include the at-sign. | ||
|
string |
The parsed NPM package name without the scope. |