UNPKG

count-up-es-react

Version:
4 lines (2 loc) 149 B
import { useEffect, useLayoutEffect } from 'react'; export const useIsomorphicEffect = typeof window === 'undefined' ? useEffect : useLayoutEffect;