Answers for "best way to define global variable in ts file"

1

typescript global variable

declare global {
    interface Window {
        myGlobalFunction: myGlobalFunction
    }
}
Posted by: Guest on February-04-2022

Code answers related to "best way to define global variable in ts file"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language