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 fa39519 commit d139f22Copy full SHA for d139f22
src/modules/esm.mjs
@@ -32,7 +32,7 @@ const myServer = createServerHttp((_, res) => {
32
});
33
34
const PORT = 3000;
35
-
+// Assign to emp object prototype to get rid of [Module prototype null] or something
36
console.log(Object.assign({}, unknownObject));
37
38
myServer.listen(PORT, () => {
0 commit comments