mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
nodegit: Fix no-redundant-jsdoc lint errors (#20897)
This commit is contained in:
18
types/nodegit/oid-array.d.ts
vendored
18
types/nodegit/oid-array.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user