@@ -0,0 +1,11 @@
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
};
The note is not visible to the blocked user.