UNPKG
winrm-client
Version:
latest (0.0.6)
0.0.6
0.0.4
0.0.3
0.0.2
Make WinRM service calls from NodeJS
github.com/shide1989/nodejs-winrm
shide1989/nodejs-winrm
winrm-client
/
dist
/
src
/
shell.d.ts
4 lines
(3 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
import
{
WinRMParams
}
from
'./types'
;
export
declare
function
doCreateShell
(
params
:
WinRMParams
):
Promise
<
string
>;
export
declare
function
doDeleteShell
(
params
:
WinRMParams
):
Promise
<
string
>;