check-package-dependencies
    Preparing search index...

    Interface CreateCheckPackageOptions

    interface CreateCheckPackageOptions {
        createReportError?: CreateReportError;
        internalWorkspacePkgDirectoryPath?: string;
        isLibrary?: boolean | ((pkg: PackageJson) => boolean);
        packageDirectoryPath?: string;
    }
    Index

    Properties

    createReportError?: CreateReportError
    internalWorkspacePkgDirectoryPath?: string
    isLibrary?: boolean | ((pkg: PackageJson) => boolean)
    packageDirectoryPath?: string