UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

9 lines (7 loc) 155 B
import { Object } from './object'; export class DiffBinaryFile { type: Object.TYPE; data: string; datalen: number; inflatedlen: number; }