aboutsummaryrefslogtreecommitdiff
path: root/node_modules/simple-git/src/lib/tasks/diff.d.ts
blob: c1e37aae84b77a8a412ac6de0ea0040fd8559257 (plain)
1
2
3
import { StringTask } from '../types';
import { DiffResult } from '../../../typings';
export declare function diffSummaryTask(customArgs: string[]): StringTask<DiffResult>;