mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-24 22:45:43 -04:00
3 lines
66 B
TypeScript
3 lines
66 B
TypeScript
declare const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|