UNPKG
@zup-it/beagle-backend-cli
Version:
latest (1.1.0)
1.1.0
1.0.0
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.1
CLI for Beagle Backend using TypeScript
github.com/ZupIT/beagle-backend-ts/
@zup-it/beagle-backend-cli
/
utils
/
shell.d.ts
4 lines
(3 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
{
ExecOptions
}
from
'child_process'
;
export
declare
function
execShellCommand
(
command
:
string
,
options
?:
ExecOptions
):
Promise
<
void
>;