isEqual.d.ts 67 B

1
  1. export declare function isEqual(first: any, second: any): boolean;