Rush StackShopBlogEvents
Skip to main content

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

IParsedPackageName interface

A package name that has been separated into its scope and unscoped name.

Signature:

export interface IParsedPackageName 

Properties

PropertyModifiersTypeDescription
scopestringThe parsed NPM scope, or an empty string if there was no scope. The scope value will always include the at-sign.
unscopedNamestringThe parsed NPM package name without the scope.