// import { sum } from "./functions"; const { sum } = require("./functions"); const a = 22; const b = 23; console.log("sum", sum(a, b));