So i have a index.js file that imports some functionality from a node module.
const {someComplexItem} = require(\'node_module\')
But my js ru