UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

3 lines (2 loc) 142 B
import { DependencyList, EffectCallback } from 'react'; export default function useDidUpdate(fn: EffectCallback, deps: DependencyList): void;