Skip to content

Instantly share code, notes, and snippets.

@edankwan
Created February 26, 2021 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edankwan/e0e1815101f9e41210332b0951c2a18f to your computer and use it in GitHub Desktop.
Save edankwan/e0e1815101f9e41210332b0951c2a18f to your computer and use it in GitHub Desktop.
Convert javascript into Typescript by @andrevenancio
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