UNPKG

@uploadx/client

Version:

Resumable upload client for browser and Node.js

8 lines (7 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var client_js_1 = require("./client.js"); // biome-ignore lint/suspicious/noExplicitAny: <explanation> window.UploadxClient = client_js_1.UploadxClient; // Экспортируем только по умолчанию для UMD exports.default = client_js_1.UploadxClient;