Files
blockcatcher/node_modules/fast-deep-equal/es6/react.d.ts
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

3 lines
66 B
TypeScript

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