mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|