UNPKG
@touca/node
Version:
latest (1.7.0)
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Touca SDK for JavaScript
touca.io
trytouca/trytouca
@touca/node
/
dist
/
runner.d.ts
5 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
import
{
NodeClient
}
from
'./client.js'
;
import
{
RunnerOptions
}
from
'./options.js'
;
import
{
Transport
}
from
'./transport.js'
;
export
declare
function
run
(
options: RunnerOptions, transport: Transport, client: NodeClient
):
Promise
<
void
>;
//# sourceMappingURL=runner.d.ts.map