mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-26 08:14:27 +00:00
Added DiffBinaryFile
This commit is contained in:
6
types/nodegit/diff-binary-file.d.ts
vendored
Normal file
6
types/nodegit/diff-binary-file.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export class DiffBinaryFile {
|
||||
type: number;
|
||||
data: string;
|
||||
datalen: number;
|
||||
inflatedlen: number;
|
||||
}
|
||||
Reference in New Issue
Block a user