Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > VersionPolicy > validate

VersionPolicy.validate() method

Validates the specified version and throws if the version does not satisfy the policy.

Signature:

abstract validate(versionString: string, packageName: string): void;

Parameters

ParameterTypeDescription
versionStringstringversion string
packageNamestringpackage name

Returns:

void