We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd8e04 commit 3ec93f1Copy full SHA for 3ec93f1
docs/helpers/url.js
@@ -0,0 +1,7 @@
1
+function getUrl(url) {
2
+ return url;
3
+}
4
+
5
+module.exports = {
6
+ getUrl,
7
+};
0 commit comments