Узел JS требует всей функции из другого файла

const { func1, func2, func3 } = require("./lib");
TheMikeste1