| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > PackageNameParser > validate
Throws an exception if the specified name is not a valid package name. The packageName must not be an empty string.
Signature:
validate(packageName: string): void;|
Parameter |
Type |
Description |
|---|---|---|
|
packageName |
string |
Returns:
void