File: index.d.ts

package info (click to toggle)
node-fast-deep-equal 3.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: javascript: 875; makefile: 4
file content (2 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (42)
1
2
declare const equal: (a: any, b: any) => boolean;
export = equal;