mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
nodegit: Fix no-redundant-jsdoc lint errors (#20897)
This commit is contained in:
Vendored
-31
@@ -1,39 +1,8 @@
|
||||
import { Error } from './error';
|
||||
|
||||
export class Giterr {
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
*
|
||||
* @memberof Giterr
|
||||
*/
|
||||
static errClear(): void;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
* @returns {Error}
|
||||
*
|
||||
* @memberof Giterr
|
||||
*/
|
||||
static errLast(): Error;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
*
|
||||
* @memberof Giterr
|
||||
*/
|
||||
static errSetOom(): void;
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @static
|
||||
* @param {number} errorClass
|
||||
* @param {string} string
|
||||
*
|
||||
* @memberof Giterr
|
||||
*/
|
||||
static errSetString(errorClass: number, string: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user