Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xxx
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like this is missing in the documentation.
@module("library-x") @val external doStuff: (@as(json`{format:"utf8", includeStuff: false}`) _, string) => string = "doStuff" let fileContents = doStuff("somefilename.txt") // Compiles to: // var fileContents = LibraryX.doStuff({format:"utf8", includeStuff: false}, "somefilename.txt");
The text was updated successfully, but these errors were encountered:
It gets a brief mention under fixed arguments: https://rescript-lang.org/docs/manual/latest/bind-to-js-function#fixed-arguments
Sorry, something went wrong.
#46 also describes this issue
Successfully merging a pull request may close this issue.
Looks like this is missing in the documentation.
The text was updated successfully, but these errors were encountered: