Home
last modified time | relevance | path

Searched refs:timerId (Results 1 – 2 of 2) sorted by relevance

/expo/home/utils/
H A DuseThrottle.ts13 const timerId = setTimeout(() => { constant
18 return () => clearTimeout(timerId);
/expo/packages/expo-dev-launcher/bundle/hooks/
H A DuseDebounce.tsx34 const timerId = setTimeout(() => {
39 return () => clearTimeout(timerId);