nodegit: Fix no-redundant-jsdoc lint errors (#20897)

This commit is contained in:
Andy
2017-10-23 13:29:35 -07:00
committed by GitHub
parent 7f9fa39fc8
commit f84cb14d02
96 changed files with 73 additions and 6400 deletions

View File

@@ -9,25 +9,7 @@ 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;
}