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.
We currently have the following special directives for external function definitions:
@return(nullable) external someFunc1: unit => option<string> = "someFunc" @return(null_undefined_to_opt) external someFunc2: unit => option<string> = "someFunc" @return(undefined_to_opt) external someFunc3: unit => option<string> = "someFunc" @return(null_to_opt) external someFunc4: unit => option<string> = "someFunc"
We currently have the following special directives for external function definitions: