UNPKG

react-http-fetch

Version:

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

3 lines (2 loc) 140 B
import { DependencyList } from 'react'; export declare type DepsAreEqual = (prevDeps: DependencyList, nextDeps: DependencyList) => boolean;