UNPKG
is-running-process
Version:
latest (1.0.0)
1.0.0
Is Running Proccess
github.com/Ty4ka/isRunningProcess
Ty4ka/isRunningProcess
is-running-process
/
lib
/
index.d.ts
3 lines
(2 loc)
•
186 B
TypeScript
View Raw
1
2
3
export
declare
function
isRunningProc
(
query
:
string
):
Promise
<
unknown
>;
export
declare
function
pexec
(
cmd
:
string
,
cb
: (err:
any
, stdout:
any
, stderr:
any
) =>
void
):
Promise
<
unknown
>;