2 lines
66 B
TypeScript
Executable file
2 lines
66 B
TypeScript
Executable file
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|