MCPcopy Index your code
hub / github.com/TanStack/table / isTouchStartEvent

Function isTouchStartEvent

packages/table-core/src/features/ColumnSizing.ts:579–581  ·  view source on GitHub ↗
(e: unknown)

Source from the content-addressed store, hash-verified

577}
578
579function isTouchStartEvent(e: unknown): e is TouchEvent {
580 return (e as TouchEvent).type === 'touchstart'
581}

Callers 1

ColumnSizing.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected