MOOver.js/node_modules/fast-deep-equal/react.d.ts
ZyLacx d2a87e6f10 MOOver 2.0
Slashcommands added hehehehehe
2022-02-12 14:04:18 +01:00

2 lines
66 B
TypeScript

declare const equal: (a: any, b: any) => boolean;
export = equal;