-
-
Save edankwan/e0e1815101f9e41210332b0951c2a18f to your computer and use it in GitHub Desktop.
Convert javascript into Typescript by @andrevenancio
This file contains hidden or 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
function toTS(script) { | |
return script.replace(/ =/g, ':any ='); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment