3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
const currentURL = () => window.location.href;
|
|
|
|
module.exports = currentURL; |