forked from olcxjas-softworks/LarpixClient
5 lines
No EOL
188 B
JavaScript
5 lines
No EOL
188 B
JavaScript
import { FetchDownloader } from './FetchDownloader.js';
|
|
export async function getDownloaderForSystem() {
|
|
return new FetchDownloader();
|
|
}
|
|
//# sourceMappingURL=downloader-resolver.js.map
|