mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 16:49:29 +08:00
2 lines
66 B
Text
2 lines
66 B
Text
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|