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
/
index.js
6 lines
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
// Copyright 2022 Touca, Inc. Subject to Apache-2.0 License.
import
{
NodeClient
}
from
'./client.js'
;
export
{
VERSION
}
from
'./version.js'
;
export
var
touca =
new
NodeClient
();
export
default
touca;
//# sourceMappingURL=index.js.map