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 df5d491 commit 78e0f91Copy full SHA for 78e0f91
singleton.js
@@ -0,0 +1,4 @@
1
+var singleton = function () {
2
+
3
+ return {};
4
+}();
0 commit comments