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 1433a26 commit 94b74e6Copy full SHA for 94b74e6
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