Programming, typescript IT Nursery How to assert a type of an HTMLElement in TypeScript? I’m trying to do this: var script:HTMLScriptElement = document.getElementsByName("script")... May 26, 2022 0 Comments