We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fc4c7 commit c5524d2Copy full SHA for c5524d2
src/tool.js
@@ -0,0 +1,6 @@
1
+exports.genURL = (urlLength) => {
2
+ var urlString = "XXXXX";
3
+
4
5
+ return urlString
6
+}
0 commit comments