UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

4 lines (3 loc) 216 B
import { DependencyList, MutableRefObject } from 'react'; import { DepsAreEqual } from './types'; export declare function useCompareRef(deps: DependencyList, compare: DepsAreEqual): MutableRefObject<DependencyList>;