claude-web/node_modules/@interactjs/utils/shallowEqual.d.ts

2 lines
70 B
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
export default function shallowEqual(left: any, right: any): boolean;