import math from './math.js' console.log(math.pi) console.log(math.pow(2,3))