Edit File: react.d.ts
declare const equal: (a: any, b: any) => boolean; export = equal;
Back to File Manager