Skip to content

Instantly share code, notes, and snippets.

@jdx
Created March 17, 2018 05:03
Show Gist options
  • Save jdx/14c0531abd5a2588c971459c6879265a to your computer and use it in GitHub Desktop.
Save jdx/14c0531abd5a2588c971459c6879265a to your computer and use it in GitHub Desktop.
declare namespace NodeJS {
interface Global {
'my-object': {
errlog?: string
debug?: boolean
context?: any
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment