import getPatch from './ssn/getPatch'; import getPatchmanifest from './ssn/getPatchmanifest'; (async () => { //----- PATCHMANIFEST ----- //const patchmanifestJson = await getPatchmanifest('assets_swtor_de_de'); //console.log(patchmanifestJson); //----- PATCH ----- const patch = await getPatch('assets_swtor_de_de', -1, 0); console.log(patch); })();