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.
2 parents 1433a26 + 94b74e6 commit 8268b41Copy full SHA for 8268b41
docs/docs/javascript/features.md
@@ -140,7 +140,7 @@ let hello : unit -> unit = jsNative
140
`ImportMember` is used to import a specific member from a JavaScript module, the name is based on the name of the F# value.
141
142
```fs
143
-[<ImportMember("hello", "./hello.js")>]
+[<ImportMember("./hello.js")>]
144
let hello : unit -> unit = jsNative
145
// Generates: import { hello } from "./hello.js";
146
```
0 commit comments