function getId(id) { return document.getElementById(id); } module.exports = { getId }