UNPKG
quick-publish
Version:
latest (0.7.1)
0.7.1
0.7.0
0.6.0
0.5.0
0.0.1
Shipped a standard `npm publish` workflow with one click.
quick-publish
/
lib
/
shared.d.ts
12 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Module dependencies */
import execa
from
'execa'
;
/** * Execute a inline command. * *
@param
command *
@returns
*/
export
declare
function
exec
(
command:
string
):
execa
.
ExecaChildProcess
<
string
>
;
//# sourceMappingURL=shared.d.ts.map