Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 934 Bytes

File metadata and controls

62 lines (33 loc) · 934 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > PackageNameParser > isValidName

PackageNameParser.isValidName() method

Returns true if the specified package name is valid, or false otherwise.

Signature:

isValidName(packageName: string): boolean;

Parameters

Parameter

Type

Description

packageName

string

Returns:

boolean

Remarks

This function will not throw an exception.