site/node_modules/dequal/lite/index.d.ts

1 line
52 B
TypeScript
Raw Normal View History

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