Skip to content

Instantly share code, notes, and snippets.

@jirassimok
Created September 14, 2019 23:28
Show Gist options
  • Save jirassimok/9ec7869713e27ed10b5d94b56b73e941 to your computer and use it in GitHub Desktop.
Save jirassimok/9ec7869713e27ed10b5d94b56b73e941 to your computer and use it in GitHub Desktop.
Sample JavaScript module for Stack Overflow
// https://stackoverflow.com/a/57939957
export default {
MESSAGE: "default message";
}
export const MESSAGE = "specific message";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment