ytDownloader/utils/common.js

7 lines
91 B
JavaScript
Raw Normal View History

2025-02-08 21:53:58 +03:00
function getId(id) {
return document.getElementById(id);
}
module.exports = {
getId
}