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
/
types
/
createClient.d.ts
4 lines
•
242 B
TypeScript
View Raw
1
2
3
4
import
{
UpdateClientOptions
}
from
'./types/options'
;
import
{
UpdateClient
}
from
'./Update'
;
export
declare
function
createClient
(
updateApiKey
:
string
,
options
:
UpdateClientOptions
):
UpdateClient
;
//# sourceMappingURL=createClient.d.ts.map