Created
January 7, 2021 09:15
-
-
Save verticonaut/cce47a3f4384119736a97a2218e4c7d7 to your computer and use it in GitHub Desktop.
Declare global object in JS
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
class Validator {} | |
var global = window || global; | |
global.Validator = Validator; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment