Created
May 15, 2021 14:30
-
-
Save smpnjn/4262ef7ffd7aca9a361f97a982f6f5a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare global { | |
interface Window { cordova: any; } | |
} | |
window.cordova = window.cordova || false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment