mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 23:42:51 +00:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|