import './global.type';

const global = globalThis;
global.global = global;

export default global;
