UNPKG

@exodus/react-navigation-stack

Version:

Stack navigator component for iOS and Android with animated transitions and gestures

2 lines (1 loc) 100 B
export default function debounce<T extends (...args: any[]) => void>(func: T, duration: number): T;