Answers for "typescript globalThis"

0

typescript globalThis

// @ts-ignore
    console.log("globalThis.myVar: "+globalThis.myVar);
	// This will ignore the error typescript gives when using globalThis
Posted by: Guest on August-25-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language