// export function test(){ // return 'aaaa'; // } function cube(x) { return x * x * x; } const foo = Math.PI + Math.SQRT2; export { cube, foo };