Skip to content

@verdaccio/core


Function: validatePackage()

ts
function validatePackage(name): boolean;

Validate a package.

Parameters

ParameterType
namestring

Returns

boolean

whether the package is valid or not

Released under the MIT License.