Spaces:
Runtime error
Runtime error
File size: 66 Bytes
4a51346 |
1 2 3 |
declare const equal: (a: any, b: any) => boolean;
export = equal;
|