(
options: { durationMs?: number } | undefined,
)
| 243 | } |
| 244 | |
| 245 | function scrollDurationResult( |
| 246 | options: { durationMs?: number } | undefined, |
| 247 | ): Record<string, unknown> { |
| 248 | return options?.durationMs !== undefined ? { durationMs: options.durationMs } : {}; |
| 249 | } |
| 250 | |
| 251 | // ── Keyboard actions ──────────────────────────────────────────────────── |
| 252 |
no outgoing calls
no test coverage detected
searching dependent graphs…