index.d.ts 83 Bytes Edit Raw Blame History Permalink 1 2 declare function isEqual<A = any, B = any>(a: A, b: B): boolean; export = isEqual;