Skip to content

Instantly share code, notes, and snippets.

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