Files
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

3 lines
66 B
TypeScript

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