UNPKG
@uploadx/client
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Resumable upload client for browser and Node.js
github.com/kukhariev/uploadx-client
@uploadx/client
/
lib
/
browser.js
7 lines
(6 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
client_js_1 =
require
(
"./client.js"
);
// biome-ignore lint/suspicious/noExplicitAny: make public
window
.
UploadxClient
= client_js_1.
UploadxClient
;
exports
.
default
= client_js_1.
UploadxClient
;