export const registerListFuncs = (...args) => {
  if (args.length === 1) {
    Object.keys(args[0]).forEach(k => {
      if (args[0][k]) {
        globalFuncs[k] = args[0][k]