File: index.d.ts

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