Interface CreateCheckPackageOptions

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

Properties

internalWorkspacePkgDirectoryPath?: string
isLibrary?: boolean | ((pkg) => boolean)

Type declaration

    • (pkg): boolean
    • Parameters

      Returns boolean

packageDirectoryPath?: string