File: index.d.ts

package info (click to toggle)
node-react-fast-compare 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: javascript: 585; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (2)
1
2
declare function isEqual<A = any, B = any>(a: A, b: B): boolean;
export = isEqual;