File: index.d.ts

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