config.js 136 Bytes Edit Raw Blame History 1 2 3 4 5 6 export const config = { onError: e => console.error(e), }; export const setConfig = (conf) => { Object.assign(config, conf); };