I have a javascript function that I am trying to convert to typescript. Here's a part of the function:
// needs Markdown.Converter.js at the moment (function () { var util = {}, position = {}, ui = {}, doc = window.document, re = window.RegExp, I am getting an error telling me that: The property RegExp does not exist on type Window. Is there any kind of definition file that I could include for window?