import * as logicals from './logical'; import * as maths from './math'; export default { ...logicals, ...maths };