Swap-Aggregator-Subgraph/node_modules/fast-deep-equal/es6/react.d.ts
2022-07-03 07:27:35 +05:30

3 lines
66 B
TypeScript

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