Syntax Lookup
Enter some language construct you want to know more about.
external
This is the external binding keyword.
external is used to bind ReScript code to external JS code, including bindings to global values, modules, functions and objects.
external is used to bind ReScript code to external JS code, including bindings to global values, modules, functions and objects.