isEqual.d.ts 76 B

123
  1. declare function isEqual(val: any, other: any): boolean;
  2. export = isEqual;