UNPKG
trm-core
Version:
alpha (2.0.0-alpha)
latest (7.5.5)
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.6
7.4.5
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.0
7.2.1
7.2.0
7.1.0
7.0.0
6.9.1
6.9.0
6.8.0
6.7.2
6.7.1
6.7.0
6.6.0
6.5.1
6.5.0
6.4.1
6.4.0
6.3.0
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.19
6.1.18
6.1.17
6.1.16
6.1.15
6.1.14
6.1.13
6.1.12
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.0.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-alpha
1.0.1
TRM (Transport Request Manager) Core
www.trmregistry.com
RegestaItalia/trm-core
trm-core
/
dist
/
abapgit
/
DotAbapGit.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DEVCLASS
}
from
"../client"
;
export
declare
class
DotAbapGit
{
private
_dotAbapgit;
private
constructor
(
);
static
fromDevclass
(
devclass
:
DEVCLASS
):
Promise
<
DotAbapGit
>;
getIgnoredFiles
():
string
[];
getStartingFolder
():
string
; }