A.js
const func2 = () => \'world\'; module.exports = {func2}
Util.js
const {func2} = require("./A"); const fun