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