Skip to content

Instantly share code, notes, and snippets.

@WDever
Created August 9, 2019 14:05
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 WDever/1f862e910e39ce5ea2fc93f064a9935d to your computer and use it in GitHub Desktop.
Save WDever/1f862e910e39ce5ea2fc93f064a9935d to your computer and use it in GitHub Desktop.
declare global {
interface Window {
android: any;
}
}
window.android = {
logout: () => console.log('logout'),
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment