UNPKG

ahooks

Version:
3 lines (2 loc) 138 B
import type { DependencyList } from 'react'; export declare const depsEqual: (aDeps?: DependencyList, bDeps?: DependencyList) => boolean;