MCPcopy Index your code
hub / github.com/TanStack/virtual / approxEqual

Function approxEqual

packages/virtual-core/src/utils.ts:79–79  ·  view source on GitHub ↗
(a: number, b: number)

Source from the content-addressed store, hash-verified

77}
78
79export const approxEqual = (a: number, b: number) => Math.abs(a - b) < 1
80
81export const debounce = (
82 targetWindow: Window & typeof globalThis,

Callers 1

VirtualizerClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected