в ./main.js? В питоне немного проще, а тут ломаю голову с module.exports, exports и т.д.
const kb = require("./markup/user/base.js");
function profile() { return ... }; function balance() { return ... } module.exports = { profile, balance } —- const { profile, balance } = require("...")
Обсуждают сегодня