Skip to content

Instantly share code, notes, and snippets.

@SomeKay
Created August 24, 2016 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeKay/c4ec6a9d7e1fd61ec0520879b44d85be to your computer and use it in GitHub Desktop.
Save SomeKay/c4ec6a9d7e1fd61ec0520879b44d85be to your computer and use it in GitHub Desktop.
Ambient declaration
declare var someVariable:any;
someVariable.doSomething(); // compiler won't make problems here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment