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
/
task.d.ts
11 lines
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
TaskConfigFn
{ (data:
object
):
void
; } export
declare
class
TaskConfig
{ TASK:
string
; opts:
object
;
apply
(fnOrObj?: TaskConfigFn |
object
):
void
;
applyFunction
(
fn
: TaskConfigFn):
void
;
applyOptions
(
opts
:
object
):
void
; }
//# sourceMappingURL=task.d.ts.map