(arg: string)
| 4 | message.match(/{{[^{}][\w\.]*}}/g); |
| 5 | |
| 6 | const getArgPath = (arg: string): string => arg.replace(/[{}]/g, ''); |
| 7 | |
| 8 | const parseMessage = (message: string, customArgs: any): string => { |
| 9 | const parsableArgs = getArgsToParse(message); |
no outgoing calls
no test coverage detected
searching dependent graphs…