site/node_modules/dequal/index.d.ts

1 line
52 B
TypeScript
Raw Normal View History

2024-10-14 08:09:33 +02:00
export function dequal(foo: any, bar: any): boolean;