import createInstance from './lib/pubg' const globalInstance = new createInstance() export default globalInstance export { createInstance }