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 91d8860 commit 3b0bd2dCopy full SHA for 3b0bd2d
src/Shims.res
@@ -1,2 +1,2 @@
1
-@module("./shims.mjs")
+@module("./_shims.mjs")
2
external runWithoutLogging: (unit => Promise.t<'a>) => Promise.t<'a> = "runWithoutLogging"
src/shims.mjs
0 commit comments