lerna
Version:
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
4 lines (3 loc) • 298 B
TypeScript
import { ExecOptions } from "child_process";
import { ProjectGraphProjectNodeWithPackage } from "../project-graph-with-packages";
export declare function makeDiffPredicate(committish: string, execOpts: ExecOptions, ignorePatterns?: string[]): (node: ProjectGraphProjectNodeWithPackage) => boolean;