Files
feedstr.live/node_modules/fast-deep-equal/es6/react.d.ts
T
2023-11-25 18:12:47 -05:00

3 lines
66 B
TypeScript

declare const equal: (a: any, b: any) => boolean;
export = equal;