Last active
November 9, 2021 20:34
-
-
Save spasiu/dc3badda2fa6fdbde4cbed2d9e29973e to your computer and use it in GitHub Desktop.
regex to log function name in typescript
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
(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