UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
cli
/
launch
/
helpers.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
export
declare
const
getCommandWithShellArgs
:
(
command
:
string
,
shell
:
string
) =>
string
[];
export
declare
const
isInRemoteContainer
:
() =>
boolean
;