ytDownloader/utils/common.js
2025-02-08 21:53:58 +03:00

7 lines
91 B
JavaScript

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