Skip to content

Instantly share code, notes, and snippets.

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