• File: react.d.ts
  • Full Path: /var/www/sandbox/node_modules/fast-deep-equal/react.d.ts
  • Date Modified: 02/20/2025 6:18 PM
  • File size: 66 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare const equal: (a: any, b: any) => boolean;
export = equal;