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