UNPKG
release-checker
Version:
latest (0.10.0)
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Check your release before publishing
github.com/hdorgeval/release-checker
hdorgeval/release-checker
release-checker
/
build
/
lib
/
utils
/
exec-sync.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
export
declare
function
exec
(
command
:
string
):
string
;
export
declare
function
execOrThrow
(
command
:
string
):
string
;