Skip to content

Instantly share code, notes, and snippets.

@AnthonyLzq
Created December 12, 2021 18:01
Show Gist options
  • Save AnthonyLzq/d41a4ba2fe9da7bd53477f0d7695267c to your computer and use it in GitHub Desktop.
Save AnthonyLzq/d41a4ba2fe9da7bd53477f0d7695267c to your computer and use it in GitHub Desktop.
Global variable declaration in Node.js 14 <=
interface CustomNodeJSGlobal extends NodeJS.Global {
myGlobalVariable: unknown
}
export { CustomNodeJSGlobal }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment