const Debug = (arg = window.Metamaps) => { console.debug(arg) console.debug(`Metamaps Version: ${arg.VERSION}`) } export default Debug