UNPKG
runok
Version:
latest (0.9.3)
0.9.3
0.9.2
0.9.1
0.9.0
NPM scripts on steroids! Replace your scripts with pure JS
github.com/consolidation/runio
runok
/
dist
/
output.d.ts
4 lines
•
193 B
TypeScript
View Raw
1
2
3
4
export
declare
function
createOutput
(
task
:
any
):
any
;
export
declare
function
say
(
...
args
:
any
[]
):
void
;
export
declare
function
yell
(
...
args
:
any
[]
):
void
;
//# sourceMappingURL=output.d.ts.map