| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > PackageNameParser > isValidName
Returns true if the specified package name is valid, or false otherwise.
Signature:
isValidName(packageName: string): boolean;|
Parameter |
Type |
Description |
|---|---|---|
|
packageName |
string |
Returns:
boolean
This function will not throw an exception.