mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
declare module 'fast-deep-equal' {
|
|
const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|
|
}
|