import add from './math/add'; import max from './math/max'; import min from './math/min'; import sum from './math/sum'; export default { 'add': add, 'max': max, 'min': min, 'sum': sum };