📄 react.d.ts
/home/palash/git/site/node_modules/fast-deep-equal/es6/react.d.ts
Language: ts • Lines: 2
declare const equal: (a: any, b: any) => boolean;
export = equal;