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

Function isTouchStartEvent

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

Source from the content-addressed store, hash-verified

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

Callers 1

ColumnSizing.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…