Added DiffBinaryFile

This commit is contained in:
Dolan
2017-06-07 02:41:07 +01:00
parent b93979373b
commit 41cdc45056
3 changed files with 8 additions and 0 deletions

6
types/nodegit/diff-binary-file.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export class DiffBinaryFile {
type: number;
data: string;
datalen: number;
inflatedlen: number;
}