(sentence: ISentence, argKey: string)
| 20 | } |
| 21 | |
| 22 | export function getStringArgByKey(sentence: ISentence, argKey: string): string | null { |
| 23 | const argValue = getSentenceArgByKey(sentence, argKey); |
| 24 | return toSafeString(argValue); |
| 25 | } |
no test coverage detected