AI_botter/node_modules/fast-deep-equal/es6/react.d.ts

3 lines
66 B
TypeScript
Raw Normal View History

2024-05-01 02:46:10 +01:00
declare const equal: (a: any, b: any) => boolean;
export = equal;