1
0
mirror of https://codeberg.org/tacerus/teddit.git synced 2025-05-07 12:17:25 +02:00
2020-11-17 21:44:32 +01:00

3 lines
66 B
TypeScript

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