mirror of
https://github.com/FormidableLabs/react-fast-compare.git
synced 2026-01-25 16:38:34 +00:00
3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
declare function isEqual<B>(a: any, b: B): a is B;
|
|
export = isEqual;
|