mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Added documentation
This commit is contained in:
19
types/nodegit/diff-binary.d.ts
vendored
19
types/nodegit/diff-binary.d.ts
vendored
@@ -9,6 +9,25 @@ export namespace DiffBinary {
|
||||
}
|
||||
|
||||
export class DiffBinary {
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {DiffBinaryFile}
|
||||
* @memberof DiffBinary
|
||||
*/
|
||||
oldFile: DiffBinaryFile;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {DiffBinaryFile}
|
||||
* @memberof DiffBinary
|
||||
*/
|
||||
newFile: DiffBinaryFile;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @type {DiffBinary.DIFF_BINARY}
|
||||
* @memberof DiffBinary
|
||||
*/
|
||||
containsData: DiffBinary.DIFF_BINARY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user