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 adeb0ca commit fcdd1a4Copy full SHA for fcdd1a4
empty.js
@@ -1,3 +1,3 @@
1
-export function fetch(uri) {
+exports.fetch = function(uri) {
2
return "";
3
}
0 commit comments