UNPKG
@types/nodegit
Version:
latest (0.28.11)
ts2.0 (0.24.13)
ts2.1 (0.24.13)
ts2.2 (0.24.13)
ts2.3 (0.24.13)
ts2.4 (0.24.13)
ts2.5 (0.24.13)
ts2.6 (0.24.13)
ts2.7 (0.24.13)
ts2.8 (0.26.2)
ts2.9 (0.26.2)
ts3.0 (0.26.7)
ts3.1 (0.26.8)
ts3.2 (0.26.12)
ts3.3 (0.26.12)
ts3.4 (0.26.14)
ts3.5 (0.27.2)
ts3.6 (0.27.3)
ts3.7 (0.27.6)
ts3.8 (0.27.10)
ts3.9 (0.27.10)
ts4.0 (0.27.10)
ts4.1 (0.28.2)
ts4.2 (0.28.3)
ts4.3 (0.28.3)
ts4.4 (0.28.3)
ts4.5 (0.28.7)
ts4.6 (0.28.7)
ts4.7 (0.28.7)
ts4.8 (0.28.7)
ts4.9 (0.28.7)
ts5.0 (0.28.7)
ts5.1 (0.28.8)
ts5.2 (0.28.11)
ts5.3 (0.28.11)
ts5.4 (0.28.11)
ts5.5 (0.28.11)
ts5.6 (0.28.11)
ts5.7 (0.28.11)
ts5.8 (0.28.11)
ts5.9 (0.28.11)
ts6.0 (0.28.11)
0.28.11
0.28.10
0.28.9
0.28.8
0.28.7
0.28.6
0.28.5
0.28.4
0.28.3
0.28.2
0.28.1
0.28.0
0.27.10
0.27.9
0.27.8
0.27.7
0.27.6
0.27.5
0.27.4
0.27.3
0.27.2
0.27.1
0.27.0
0.26.15
0.26.14
0.26.13
0.26.12
0.26.11
0.26.10
0.26.9
0.26.8
0.26.7
0.26.6
0.26.5
0.26.4
0.26.3
0.26.2
0.26.1
0.26.0
0.24.13
0.24.12
0.24.11
0.24.10
0.24.9
0.24.8
0.24.7
0.24.6
0.24.5
0.24.4
0.24.3
0.24.2
0.24.1
0.24.0
0.22.7
0.22.6
0.22.5
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.18.8
0.18.7
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
TypeScript definitions for nodegit
DefinitelyTyped/DefinitelyTyped
@types/nodegit
/
git-err.d.ts
9 lines
(7 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import { Error }
from
'./error'
; export
class
Giterr
{
static
errClear
():
void
;
static
errLast
(): Error
;
static
errSetOom
():
void
;
static
errSetString
(
errorClass: number,
string
:
string
):
void
; }