mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-12-11 16:43:51 +01:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|