Skip to content

Instantly share code, notes, and snippets.

@spasiu
Last active November 9, 2021 20:34
Show Gist options
  • Save spasiu/dc3badda2fa6fdbde4cbed2d9e29973e to your computer and use it in GitHub Desktop.
Save spasiu/dc3badda2fa6fdbde4cbed2d9e29973e to your computer and use it in GitHub Desktop.
regex to log function name in typescript
(export const (.*) = (\w|\s)*\((\n|\s|\w|:|,|<|>)*\):.*=> \{\n)
$1 console.log('$2')\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment