Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active February 26, 2020 01:41
Show Gist options
  • Save jwulf/8f981b5bf15a27411113c30d98a1cd04 to your computer and use it in GitHub Desktop.
Save jwulf/8f981b5bf15a27411113c30d98a1cd04 to your computer and use it in GitHub Desktop.
const GlobalMemberStore = (() => {
let _members = []
const Store = {
}
return Store
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment