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 47a7eaf commit 1ed44c3Copy full SHA for 1ed44c3
doc/manual/src/export.wiki
@@ -22,7 +22,7 @@ myMathLib.add(3,4)
22
{{{Js.export}}} and {{{Js.export_all}}} will export value to {{{module.exports}}} if it exists.
23
24
{{{
25
-# echo math.ml
+# cat math.ml
26
let _ =
27
Js.export_all
28
(object%js
0 commit comments