Skip to content

Instantly share code, notes, and snippets.

@wegry
Created February 28, 2018 10:34
Show Gist options
  • Save wegry/70e1908405ee7b4ce20461ea460f7547 to your computer and use it in GitHub Desktop.
Save wegry/70e1908405ee7b4ce20461ea460f7547 to your computer and use it in GitHub Desktop.
ReasonML import of FFI module with a different name
[@bs.module "./i18n"]
external modelNameI18n: string =
"MODEL_NAME";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment