UNPKG

simple-git

Version:

Simple GIT interface for node.js

4 lines (3 loc) 196 B
import { LogFormat } from '../args/log-format'; import { DiffSummary } from '../responses/DiffSummary'; export declare function getDiffParser(format?: LogFormat): (stdOut: string) => DiffSummary;