UNPKG

@traf/core

Version:

Find truly affected pacakges in monorepos

3 lines (2 loc) 188 B
import { ChangedFiles } from './git'; export declare function findNonSourceAffectedFiles(cwd: string, changedFilePaths: string[], excludeFolderPaths: (string | RegExp)[]): ChangedFiles[];