(char: string)
| 108 | onRequestFeedback?: () => void; |
| 109 | }; |
| 110 | const isFollowUpDigit = (char: string): char is '1' => char === '1'; |
| 111 | function FeedbackSurveyThanks(t0) { |
| 112 | const $ = _c(12); |
| 113 | const { |
nothing calls this directly
no outgoing calls
no test coverage detected