UNPKG

@types/nodegit

Version:
8 lines (6 loc) 157 B
import { DiffDelta } from "./diff-delta"; export class StatusEntry { status(): number; headToIndex(): DiffDelta; indexToWorkdir(): DiffDelta; }