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 0500cbd commit 7c6430bCopy full SHA for 7c6430b
ko-KR/README-ko_KR.md
@@ -2802,8 +2802,8 @@ import * as data from "./module"
2802
console.log(data)
2803
```
2804
2805
-- A: `{ default: function default(), name: "Lydia" }`
2806
-- B: `{ default: function default() }`
+- A: `{ default: [Function (anonymous)], name: "Lydia" }`
+- B: `{ default: [Function (anonymous)] }`
2807
- C: `{ default: "Hello world", name: "Lydia" }`
2808
- D: Global object of `module.js`
2809
0 commit comments