UNPKG

npm-run-all2

Version:

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)

8 lines 257 B
export default function matchTasks(taskList: string[], patterns: string[]): string[]; export type TaskFilter = { match: (candidate: string) => boolean; task: string; args: string; isGlob: boolean; }; //# sourceMappingURL=match-tasks.d.ts.map