UNPKG
launch-express
Version:
latest (2.1.0)
2.1.0
2.0.0
CLI tool to setup a new Launch Express project
launch-express.com
Launch-Express/CLI
launch-express
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
export
declare
const
execAsync
:
(
command
:
string
,
options
?:
any
) =>
Promise
<
unknown
>;
export
declare
const
REPO_URL
:
string
;