Fork of @aero/centra to support window.fetch and XMLHttpRequest
const fetch = require('@socials/centra');
fetch('https://augu.dev', 'get')
.then(async res => {
const data = await res.text();
console.log(data);
}).catch(console.error);
@socials/centra is released under the MIT License, read here for more information.