Skip to content

Commit 3ec93f1

Browse files
committed
fixup! wip: switch docs to shayu
1 parent 4bd8e04 commit 3ec93f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/helpers/url.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function getUrl(url) {
2+
return url;
3+
}
4+
5+
module.exports = {
6+
getUrl,
7+
};

0 commit comments

Comments
 (0)