4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
|
declare function isEqual(val: any, other: any): boolean;
|
||
|
|
||
|
export = isEqual;
|