Skip to content

Instantly share code, notes, and snippets.

@cjfswd
Created June 8, 2022 21:19
Show Gist options
  • Save cjfswd/635c0184df572b600d70b3b2d20220d5 to your computer and use it in GitHub Desktop.
Save cjfswd/635c0184df572b600d70b3b2d20220d5 to your computer and use it in GitHub Desktop.
typescript singleton
export namespace server {
export let database: { title: string, message: string }[] = []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment