mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +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;
|
||||
}
|
||||
1
types/nodegit/index.d.ts
vendored
1
types/nodegit/index.d.ts
vendored
@@ -10,6 +10,7 @@ export { CheckoutOptions } from './checkout-options';
|
||||
export { Commit } from './commit';
|
||||
export { Config } from './config';
|
||||
export { ConvenientPatch } from './convenient-patch';
|
||||
export { DiffBinaryFile } from './diff-binary-file';
|
||||
export { DiffDelta } from './diff-delta';
|
||||
export { DiffFile } from './diff-file';
|
||||
export { DiffHunk } from './diff-hunk';
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"commit.d.ts",
|
||||
"config.d.ts",
|
||||
"convenient-patch.d.ts",
|
||||
"diff-binary-file.d.ts",
|
||||
"diff-delta.d.ts",
|
||||
"diff-file.d.ts",
|
||||
"diff-hunk.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user