UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

10 lines (9 loc) 200 B
export interface MergeFileOptions { version?: number; ancestorLabel?: string; ourLabel?: string; theirLabel?: string; favor?: number; flags?: number; [key: string]: any; }