Skip to content

Instantly share code, notes, and snippets.

@BaconSoap
Created February 7, 2014 17:13
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 BaconSoap/8867245 to your computer and use it in GitHub Desktop.
Save BaconSoap/8867245 to your computer and use it in GitHub Desktop.
JS Function to Typescript Function:
find: "function\(([a-zA-Z,\w\s\$]*)\)"
replace: "($1) => "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment