UNPKG

@types/nodegit

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