UNPKG
@updatedev/js
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.6-beta
0.0.5-beta
0.0.4-beta
0.0.3-beta
0.0.2-beta
Update JavaScript SDK
update.dev
updatedotdev/js
@updatedev/js
/
dist
/
esm
/
createClient.js
8 lines
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
UpdateClient
}
from
"./Update"
;
function
createClient
(
updateApiKey, options
) {
return
new
UpdateClient
(updateApiKey, options); }
export
{ createClient };
//# sourceMappingURL=createClient.js.map