const { Http } = require("./ajax"); const api = require("./api") module.exports = { http: new Http(), api: api }