( result: Record<string, unknown> | undefined, )
| 40 | } |
| 41 | |
| 42 | export function honoredScrollDurationMs( |
| 43 | result: Record<string, unknown> | undefined, |
| 44 | ): number | undefined { |
| 45 | return typeof result?.durationMs === 'number' ? result.durationMs : undefined; |
| 46 | } |
no outgoing calls
no test coverage detected