Skip to content

Latest commit

 

History

History
83 lines (41 loc) · 1.14 KB

File metadata and controls

83 lines (41 loc) · 1.14 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

Property

Modifiers

Type

Description

scope

string

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

unscopedName

string

The parsed NPM package name without the scope.