Files
MCP-Browser/node_modules/fast-deep-equal/es6/react.d.ts
T
2026-03-25 09:47:08 -03:00

3 lines
66 B
TypeScript

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