mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 22:40:50 +08: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