UNPKG
remote-abap-compiler
Version:
latest (2.1.0)
2.1.0
2.0.5
2.0.4
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Remote ABAP compilation
github.com/cohomology/remote-abap-compiler
cohomology/remote-abap-compiler
remote-abap-compiler
/
dist
/
test
/
login.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
import
{
CompilationRequest
}
from
"../lib/request"
;
export
declare
function
connect
(
):
CompilationRequest
;