Skip to content

Instantly share code, notes, and snippets.

@degrammer
Created July 16, 2021 17:02
Show Gist options
  • Save degrammer/ebcafbbd76de082d296ac131dd72f81a to your computer and use it in GitHub Desktop.
Save degrammer/ebcafbbd76de082d296ac131dd72f81a to your computer and use it in GitHub Desktop.
module.exports = (url) => {
console.log(url.replace(/ /g, '').replace(/\n│/g,''));
};
{
"version": "0.0.1",
"name": "clean",
"main": "clean.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment