yangcht_obsidian-things-too.../node_modules/fast-deep-equal/es6/react.d.ts
2026-06-13 19:10:09 +02:00

2 lines
66 B
TypeScript

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