(action: 'Typed' | 'Filled', text: string)
| 1110 | } |
| 1111 | |
| 1112 | function formatTextLengthMessage(action: 'Typed' | 'Filled', text: string): string { |
| 1113 | return `${action} ${Array.from(text).length} chars`; |
| 1114 | } |
no outgoing calls
no test coverage detected