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

@@ -1,25 +1,7 @@
import { Oid } from './oid';
export class Oidarray {
/**
*
*
*
* @memberof Oidarray
*/
free(): void;
/**
*
*
* @type {Oid}
* @memberof Oidarray
*/
ids: Oid;
/**
*
*
* @type {number}
* @memberof Oidarray
*/
count: number;
}